Home
last modified time | relevance | path

Searched defs:ciph (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/test/
Dcipher_overhead_test.c14 static int cipher_enabled(const SSL_CIPHER *ciph) in cipher_enabled()
36 const SSL_CIPHER *ciph; in cipher_overhead() local
Dtls13encryptiontest.c310 const EVP_CIPHER *ciph = EVP_aes_128_gcm(); in test_tls13_encryption() local
Dthreadstest.c313 EVP_CIPHER *ciph = EVP_CIPHER_fetch(multi_libctx, "AES-128-CBC", NULL); in thread_general_worker() local
Dssl_old_test.c769 const SSL_CIPHER *ciph; in print_details() local
Devp_extra_test.c4288 EVP_CIPHER *ciph = EVP_CIPHER_meth_dup(EVP_aes_128_cbc()); in test_evp_md_cipher_meth() local
Dsslapitest.c8526 EVP_CIPHER *ciph = NULL; in test_multiblock_write() local
/third_party/openssl/crypto/evp/
Dnames.c186 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph, in EVP_CIPHER_do_all()
200 void EVP_CIPHER_do_all_sorted(void (*fn) (const EVP_CIPHER *ciph, in EVP_CIPHER_do_all_sorted()
/third_party/openssl/crypto/cms/
Dcms_enc.c221 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, in CMS_EncryptedData_set1_key()
/third_party/node/test/parallel/
Dtest-crypto-cipher-decipher.js209 let ciph = c.update(plaintext, 'utf16le', 'base64'); variable
/third_party/openssl/ssl/
Dt1_enc.c138 const EVP_CIPHER *ciph, in tls_provider_set_tls_params()
Dd1_lib.c929 const SSL_CIPHER *ciph = SSL_get_current_cipher(s); in DTLS_get_data_mtu() local
Dtls13_enc.c334 const EVP_CIPHER *ciph, in derive_secret_key_and_iv()
Dssl_lib.c5927 const EVP_CIPHER *ciph; in ssl_evp_cipher_fetch() local
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_ocb.c163 size_t inl, OSSL_ocb_cipher_fn ciph) in aes_ocb_block_update_internal()
/third_party/openssl/engines/
De_dasync.c586 const EVP_CIPHER *ciph) in dasync_cipher_ctrl_helper()
/third_party/openssl/include/crypto/
Devp.h74 } ciph; member