Home
last modified time | relevance | path

Searched refs:otpvalue (Results 1 – 1 of 1) sorted by relevance

/src/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth_otp.c452 otpvalue_matches_tokeninfo(const char *otpvalue, krb5_otp_tokeninfo *ti) in otpvalue_matches_tokeninfo() argument
456 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() argument
698 if (otpvalue_matches_tokeninfo(otpvalue, tis[i])) in filter_tokeninfos()
737 char otpvalue[1024]; in prompt_for_token() local
740 memset(otpvalue, 0, sizeof(otpvalue)); in prompt_for_token()
773 _("Enter OTP Token Value"), otpvalue, sizeof(otpvalue)); in prompt_for_token()
[all …]