Searched refs:cipher_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dcmeth_lib.c16 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) argument
21 cipher->nid = cipher_type;
/freebsd-12-stable/sys/crypto/ccp/
H A Dccp.h78 unsigned cipher_type; member in struct:ccp_session_blkcipher
H A Dccp.c372 s->blkcipher.cipher_type = CCP_AES_TYPE_128;
375 s->blkcipher.cipher_type = CCP_AES_TYPE_192;
378 s->blkcipher.cipher_type = CCP_AES_TYPE_256;
H A Dccp_hardware.c1455 desc->aes_xts.type = s->blkcipher.cipher_type;
1648 desc->aes.type = s->blkcipher.cipher_type;
1759 desc->aes.type = s->blkcipher.cipher_type;
1793 desc->aes.type = s->blkcipher.cipher_type;
1829 desc->aes.type = s->blkcipher.cipher_type;
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Devp.h185 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);

Completed in 41 milliseconds