Searched refs:cipher_type (Results 1 – 7 of 7) sorted by relevance
188 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()
16 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() argument21 cipher->nid = cipher_type; in EVP_CIPHER_meth_new()
297 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()
82 unsigned cipher_type; member
1437 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()
19 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
185 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);