Home
last modified time | relevance | path

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

/dports/security/ykclient/ykclient-2.15/
H A Dykclient.h122 extern ykclient_rc ykclient_verify_otp (const char *yubikey_otp,
H A Dlibykclient.map49 ykclient_verify_otp;
H A DNEWS143 ** Change API ykclient_verify_otp to take a hex key rather than a binary one.
H A DChangeLog946 * ykclient.c: ykclient_verify_otp: explicit return.
960 ykclient_verify_otp. Instead of breaking backwards compatibility by adding URL parameter
961 to ykclient_verify_otp(), we add another ykclient_verify_otp_v2()
1048 ykclient_verify_otp to take a hex key. Accept NULL hex keys.
H A Dykclient.c1539 ykclient_verify_otp (const char *yubikey_otp, in ykclient_verify_otp() function