Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/
H A Dktls.c188 crypto_info->gcm128.info.cipher_type = TLS_CIPHER_AES_GCM_128; in ktls_configure_crypto()
203 crypto_info->gcm256.info.cipher_type = TLS_CIPHER_AES_GCM_256; in ktls_configure_crypto()
218 crypto_info->ccm128.info.cipher_type = TLS_CIPHER_AES_CCM_128; in ktls_configure_crypto()
233 crypto_info->chacha20poly1305.info.cipher_type = TLS_CIPHER_CHACHA20_POLY1305; in ktls_configure_crypto()
/freebsd-13.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-13.1/sys/crypto/ccp/
H A Dccp.c297 s->blkcipher.cipher_type = CCP_AES_TYPE_128; in ccp_aes_setkey()
300 s->blkcipher.cipher_type = CCP_AES_TYPE_192; in ccp_aes_setkey()
303 s->blkcipher.cipher_type = CCP_AES_TYPE_256; in ccp_aes_setkey()
H A Dccp.h82 unsigned cipher_type; member
H A Dccp_hardware.c1437 desc->aes_xts.type = s->blkcipher.cipher_type; in ccp_do_xts()
1636 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_blkcipher()
1738 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_ghash_aad()
1772 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_gctr()
1808 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_ghash_final()
/freebsd-13.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-13.1/crypto/openssl/include/openssl/
H A Devp.h185 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);