Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dcmeth_lib.c23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() argument
28 cipher->nid = cipher_type; in EVP_CIPHER_meth_new()
/openssl/ssl/record/methods/
H A Dktls_meth.c222 crypto_info->gcm128.info.cipher_type = TLS_CIPHER_AES_GCM_128; in ktls_configure_crypto()
239 crypto_info->gcm256.info.cipher_type = TLS_CIPHER_AES_GCM_256; in ktls_configure_crypto()
257 crypto_info->ccm128.info.cipher_type = TLS_CIPHER_AES_CCM_128; in ktls_configure_crypto()
271 crypto_info->chacha20poly1305.info.cipher_type in ktls_configure_crypto()
/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod24 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
/openssl/include/openssl/
H A Devp.h237 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);

Completed in 13 milliseconds