Searched refs:otpvalue (Results 1 – 1 of 1) sorted by relevance
452 otpvalue_matches_tokeninfo(const char *otpvalue, krb5_otp_tokeninfo *ti) in otpvalue_matches_tokeninfo() argument456 if (otpvalue == NULL || ti == NULL) in otpvalue_matches_tokeninfo()459 if (ti->length >= 0 && strlen(otpvalue) != (size_t)ti->length) in otpvalue_matches_tokeninfo()463 while (*otpvalue) { in otpvalue_matches_tokeninfo()464 if (!(*table[ti->format])((unsigned char)*otpvalue++)) in otpvalue_matches_tokeninfo()681 filter_tokeninfos(krb5_context context, const char *otpvalue, in filter_tokeninfos() argument698 if (otpvalue_matches_tokeninfo(otpvalue, tis[i])) in filter_tokeninfos()737 char otpvalue[1024]; in prompt_for_token() local740 memset(otpvalue, 0, sizeof(otpvalue)); in prompt_for_token()773 _("Enter OTP Token Value"), otpvalue, sizeof(otpvalue)); in prompt_for_token()[all …]