Searched refs:cipher_name (Results 1 – 9 of 9) sorted by relevance
/openssl/test/ |
H A D | dtls_mtu_test.c | 171 const char *cipher_name = SSL_CIPHER_get_name(cipher); in run_mtu_tests() local 174 if (!HAS_PREFIX(cipher_name, "PSK-")) in run_mtu_tests() 177 if (!TEST_int_gt(ret = mtu_test(ctx, cipher_name, 0), 0)) in run_mtu_tests() 179 TEST_info("%s OK", cipher_name); in run_mtu_tests() 184 if (!TEST_int_gt(ret = mtu_test(ctx, cipher_name, 1), 0)) in run_mtu_tests() 186 TEST_info("%s without EtM OK", cipher_name); in run_mtu_tests()
|
/openssl/demos/mac/ |
H A D | cmac-aes256.c | 75 char cipher_name[] = "AES-256-CBC"; in main() local 98 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_MAC_PARAM_CIPHER, cipher_name, in main() 99 sizeof(cipher_name)); in main()
|
/openssl/ssl/quic/ |
H A D | quic_record_shared.c | 111 const char *cipher_name = NULL; in el_setup_keyslot() local 122 cipher_name = ossl_qrl_get_suite_cipher_name(el->suite_id); in el_setup_keyslot() 125 if (cipher_name == NULL) { in el_setup_keyslot() 159 if ((cipher = EVP_CIPHER_fetch(el->libctx, cipher_name, el->propq)) == NULL) { in el_setup_keyslot()
|
H A D | quic_record_util.c | 187 const char *cipher_name, *md_name; member 232 return c != NULL ? c->cipher_name : NULL; in ossl_qrl_get_suite_cipher_name()
|
H A D | quic_wire_pkt.c | 21 const char *cipher_name = NULL; in ossl_quic_hdr_protector_init() local 25 cipher_name = "AES-128-ECB"; in ossl_quic_hdr_protector_init() 28 cipher_name = "AES-256-ECB"; in ossl_quic_hdr_protector_init() 31 cipher_name = "ChaCha20"; in ossl_quic_hdr_protector_init() 44 hpr->cipher = EVP_CIPHER_fetch(libctx, cipher_name, propq); in ossl_quic_hdr_protector_init()
|
/openssl/doc/man3/ |
H A D | OSSL_ENCODER_CTX_new_for_pkey.pod | 24 const char *cipher_name, 65 name I<cipher_name>. The interpretation of that I<cipher_name> is 70 I<cipher_name> may also be NULL, which will result in unencrypted
|
/openssl/crypto/encode_decode/ |
H A D | encoder_pkey.c | 27 const char *cipher_name, in DEFINE_STACK_OF() 34 (void *)cipher_name, 0); in DEFINE_STACK_OF()
|
/openssl/include/openssl/ |
H A D | encoder.h | 67 const char *cipher_name,
|
/openssl/crypto/evp/ |
H A D | p_lib.c | 622 const char *cipher_name, in new_cmac_key_int() argument 636 cipher_name = EVP_CIPHER_get0_name(cipher); in new_cmac_key_int() 638 if (cipher_name == NULL) { in new_cmac_key_int() 655 (char *)cipher_name, 0); in new_cmac_key_int()
|
Completed in 35 milliseconds