Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dssl_init.c106 * recognized but matches our CMAC string use NID_cmac, or if in keytype_from_text()
124 key_type = NID_cmac; in keytype_from_text()
152 if (key_type == NID_cmac) { in keytype_from_text()
211 if (NID_cmac == type) { in keytype_name()
H A Dauthreadkeys.c224 } else if (NID_cmac != keytype && in authreadkeys()
364 if (NID_cmac == keytype && len < 16) { in authreadkeys()
H A Da_md5encrypt.c94 if (ktype == NID_cmac) { in make_mac()
/freebsd/contrib/ntp/sntp/
H A Dcrypto.c41 if (key_type == NID_cmac) { in compute_mac()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h2016 {"CMAC", "cmac", NID_cmac},
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c4013 cmac_sn = OBJ_nid2sn(NID_cmac); in insert_cmac()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h72 # define EVP_PKEY_CMAC NID_cmac
H A Dobj_mac.h4961 #define NID_cmac 894 macro
/freebsd/contrib/ntp/
H A DCommitLog19581 include OpenSSL cmac.h, define MD5_LENGTH, CMAC_LENGTH, and CMAC name, recognise CMAC name and set NID_cmac
[all...]