Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/libntp/
Dssl_init.c131 key_type = NID_cmac; in keytype_from_text()
159 if (key_type == NID_cmac) { in keytype_from_text()
218 if (NID_cmac == nid) { in keytype_name()
Dauthreadkeys.c224 } else if (NID_cmac != keytype && in authreadkeys()
362 if (NID_cmac == keytype && len < 16) { in authreadkeys()
Da_md5encrypt.c64 if (ktype == NID_cmac) { in make_mac()
/freebsd-12-stable/contrib/ntp/sntp/
Dcrypto.c40 if (key_type == NID_cmac) { in compute_mac()
/freebsd-12-stable/crypto/openssl/crypto/objects/
Dobj_dat.h1977 {"CMAC", "cmac", NID_cmac},
/freebsd-12-stable/crypto/openssl/include/openssl/
Devp.h55 # define EVP_PKEY_CMAC NID_cmac
Dobj_mac.h4776 #define NID_cmac 894 macro
/freebsd-12-stable/contrib/ntp/ntpq/
Dntpq.c4023 cmac_sn = OBJ_nid2sn(NID_cmac); in insert_cmac()
/freebsd-12-stable/contrib/ntp/
DCommitLog16360 …penSSL cmac.h, define MD5_LENGTH, CMAC_LENGTH, and CMAC name, recognise CMAC name and set NID_cmac