Searched refs:CKM_AES_ECB (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/apr-util/crypto/ |
| HD | apr_crypto_nss.c | 563 tslot = PK11_GetBestSlot(CKM_AES_ECB, NULL); in crypto_key() 567 … tkey = PK11_KeyGen(tslot, CKM_AES_ECB, 0, PK11_GetBestKeyLength(tslot, CKM_AES_ECB), 0); in crypto_key() 574 secParam = PK11_GenerateNewParam(CKM_AES_ECB, tkey); in crypto_key() 575 blockSize = PK11_GetBlockSize(CKM_AES_ECB, secParam); in crypto_key() 591 ctx = PK11_CreateContextBySymKey(CKM_AES_ECB, CKA_ENCRYPT, tkey, in crypto_key() 601 CKM_AES_ECB, NULL, &wrappedItem, in crypto_key()
|
| /freebsd-13-stable/crypto/heimdal/lib/hx509/ref/ |
| HD | pkcs11.h | 667 #define CKM_AES_ECB (0x1081) macro
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | pkcs11.h | 667 #define CKM_AES_ECB (0x1081) macro
|
| /freebsd-13-stable/crypto/heimdal/lib/hx509/ |
| HD | ks_p11.c | 1185 MECHNAME(CKM_AES_ECB, "aes-ecb"); in p11_printinfo()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| HD | ioctl.h | 53 #define CKM_AES_ECB 0x00001081 macro
|