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

/freebsd-13-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-13-stable/crypto/openssl/ssl/
H A Dktls.c172 crypto_info->gcm128.info.cipher_type = TLS_CIPHER_AES_GCM_128;
187 crypto_info->gcm256.info.cipher_type = TLS_CIPHER_AES_GCM_256;
202 crypto_info->ccm128.info.cipher_type = TLS_CIPHER_AES_CCM_128;
/freebsd-13-stable/sys/crypto/ccp/
H A Dccp.h82 unsigned cipher_type; member in struct:ccp_session_blkcipher
H A Dccp.c294 s->blkcipher.cipher_type = CCP_AES_TYPE_128;
297 s->blkcipher.cipher_type = CCP_AES_TYPE_192;
300 s->blkcipher.cipher_type = CCP_AES_TYPE_256;
H A Dccp_hardware.c1438 desc->aes_xts.type = s->blkcipher.cipher_type;
1637 desc->aes.type = s->blkcipher.cipher_type;
1739 desc->aes.type = s->blkcipher.cipher_type;
1773 desc->aes.type = s->blkcipher.cipher_type;
1809 desc->aes.type = s->blkcipher.cipher_type;
/freebsd-13-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 122 milliseconds