Lines Matching full:otp
2 /* plugins/preauth/otp/main.c - OTP kdcpreauth module definition */
68 com_err("otp", retval, "Unable to decrypt encData in PA-OTP-REQUEST"); in decrypt_encdata()
90 /* Decode the PA-OTP-ENC-REQUEST structure. */ in nonce_verify()
234 /* Determine if otp is enabled for the user. */ in otp_edata()
235 retval = cb->get_string(context, rock, "otp", &config); in otp_edata()
301 com_err("otp", retval, "No armor key found when verifying padata"); in otp_verify()
309 com_err("otp", retval, "Unable to decode OTP request"); in otp_verify()
316 com_err("otp", retval, "Unable to decrypt nonce"); in otp_verify()
326 com_err("otp", retval, "Unable to verify nonce or timestamp"); in otp_verify()
342 /* Get the principal's OTP configuration string. */ in otp_verify()
343 retval = cb->get_string(context, rock, "otp", &config); in otp_verify()
379 vt->name = "otp"; in kdcpreauth_otp_initvt()
387 com_err("otp", 0, "Loaded"); in kdcpreauth_otp_initvt()