Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/tests/
H A Dcrypto.c43 md5.typei = keytype_from_text(md5.typen, NULL); in test_MakeMd5Mac()
70 sha1.typei = keytype_from_text(sha1.typen, NULL); in test_MakeSHA1Mac()
133 md5.typei = keytype_from_text(md5.typen, NULL); in test_VerifyCorrectMD5()
157 sha1.typei = keytype_from_text(sha1.typen, NULL); in test_VerifySHA1()
241 md5.typei = keytype_from_text(md5.typen, NULL); in test_VerifyFailure()
260 md5.typei = keytype_from_text(md5.typen, NULL); in test_PacketSizeNotMultipleOfFourBytes()
H A DpacketHandling.c88 testkey.typei = keytype_from_text(testkey.typen, NULL); in test_GenerateAuthenticatedPacket()
/freebsd-13.1/contrib/ntp/sntp/
H A Dcrypto.c41 key_type = keytype_from_text(macname, NULL); in compute_mac()
280 act->typei = keytype_from_text(act->typen, NULL); in auth_init()
/freebsd-13.1/contrib/ntp/libntp/
H A Dssl_init.c97 keytype_from_text( in keytype_from_text() function
H A Dauthreadkeys.c219 keytype = keytype_from_text(token, NULL); in authreadkeys()
/freebsd-13.1/contrib/ntp/include/
H A Dntp_stdlib.h240 extern int keytype_from_text (const char *, size_t *);
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc.c1760 key_type = keytype_from_text(digest_name, &digest_len); in keytype()
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq.c2614 key_type = keytype_from_text(digest_name, &digest_len); in keytype()
/freebsd-13.1/contrib/ntp/
H A DCommitLog7894 - 'keytype_from_text' only returns valid algorithms
7898 - separate OpenSSL and non-SSL code in 'keytype_from_text'
147986 Added tests for keytype_from_text() and keytype_name()
149354 remove s_keytype_from_text(), use similar keytype_from_text() from libntp.