Searched refs:keytype_from_text (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/ntp/sntp/tests/ |
| H A D | crypto.c | 43 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 D | packetHandling.c | 88 testkey.typei = keytype_from_text(testkey.typen, NULL); in test_GenerateAuthenticatedPacket()
|
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | crypto.c | 41 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 D | ssl_init.c | 97 keytype_from_text( in keytype_from_text() function
|
| H A D | authreadkeys.c | 219 keytype = keytype_from_text(token, NULL); in authreadkeys()
|
| /freebsd-13.1/contrib/ntp/include/ |
| H A D | ntp_stdlib.h | 240 extern int keytype_from_text (const char *, size_t *);
|
| /freebsd-13.1/contrib/ntp/ntpdc/ |
| H A D | ntpdc.c | 1760 key_type = keytype_from_text(digest_name, &digest_len); in keytype()
|
| /freebsd-13.1/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 2614 key_type = keytype_from_text(digest_name, &digest_len); in keytype()
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog | 7894 - '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.
|