Home
last modified time | relevance | path

Searched refs:CKM_AES_ECB (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/apr-util/crypto/
HDapr_crypto_nss.c563 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/
HDpkcs11.h667 #define CKM_AES_ECB (0x1081) macro
/freebsd-13-stable/crypto/openssh/
HDpkcs11.h667 #define CKM_AES_ECB (0x1081) macro
/freebsd-13-stable/crypto/heimdal/lib/hx509/
HDks_p11.c1185 MECHNAME(CKM_AES_ECB, "aes-ecb"); in p11_printinfo()
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/crypto/
HDioctl.h53 #define CKM_AES_ECB 0x00001081 macro