Home
last modified time | relevance | path

Searched refs:cipher_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/evp/
H A Dcmeth_lib.c16 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() argument
21 cipher->nid = cipher_type; in EVP_CIPHER_meth_new()
/freebsd-12.1/sys/crypto/ccp/
H A Dccp.c372 s->blkcipher.cipher_type = CCP_AES_TYPE_128; in ccp_aes_setkey()
375 s->blkcipher.cipher_type = CCP_AES_TYPE_192; in ccp_aes_setkey()
378 s->blkcipher.cipher_type = CCP_AES_TYPE_256; in ccp_aes_setkey()
H A Dccp.h78 unsigned cipher_type; member
H A Dccp_hardware.c1455 desc->aes_xts.type = s->blkcipher.cipher_type; in ccp_do_xts()
1648 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_blkcipher()
1759 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_ghash_aad()
1793 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_gctr()
1829 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_ghash_final()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod19 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
/freebsd-12.1/crypto/openssl/include/openssl/
H A Devp.h185 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);