Searched refs:cipher_type (Results 1 – 7 of 7) sorted by relevance
259 crypto_info->gcm128.info.cipher_type = TLS_CIPHER_AES_GCM_128; in ktls_configure_crypto()274 crypto_info->gcm256.info.cipher_type = TLS_CIPHER_AES_GCM_256; in ktls_configure_crypto()289 crypto_info->ccm128.info.cipher_type = TLS_CIPHER_AES_CCM_128; in ktls_configure_crypto()304 crypto_info->chacha20poly1305.info.cipher_type = TLS_CIPHER_CHACHA20_POLY1305; in ktls_configure_crypto()
23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() argument28 cipher->nid = cipher_type; in EVP_CIPHER_meth_new()
295 s->blkcipher.cipher_type = CCP_AES_TYPE_128; in ccp_aes_setkey()298 s->blkcipher.cipher_type = CCP_AES_TYPE_192; in ccp_aes_setkey()301 s->blkcipher.cipher_type = CCP_AES_TYPE_256; in ccp_aes_setkey()
80 unsigned cipher_type; member
1435 desc->aes_xts.type = s->blkcipher.cipher_type; in ccp_do_xts()1634 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_blkcipher()1736 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_ghash_aad()1770 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_gctr()1806 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_ghash_final()
24 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
234 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);