Searched refs:cipher_key (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/bearssl/src/ssl/ |
| H A D | ssl_engine.c | 1449 unsigned char *cipher_key, *iv; in br_ssl_engine_switch_gcm_in() local 1456 cipher_key = &kb[0]; in br_ssl_engine_switch_gcm_in() 1471 unsigned char *cipher_key, *iv; in br_ssl_engine_switch_gcm_out() local 1475 cipher_key = &kb[0]; in br_ssl_engine_switch_gcm_out() 1491 unsigned char *cipher_key, *iv; in br_ssl_engine_switch_chapol_in() local 1495 cipher_key = &kb[32]; in br_ssl_engine_switch_chapol_in() 1498 cipher_key = &kb[0]; in br_ssl_engine_switch_chapol_in() 1516 cipher_key = &kb[0]; in br_ssl_engine_switch_chapol_out() 1519 cipher_key = &kb[32]; in br_ssl_engine_switch_chapol_out() 1541 cipher_key = &kb[0]; in br_ssl_engine_switch_ccm_in() [all …]
|
| /freebsd-12.1/tools/tools/crypto/ |
| H A D | cryptocheck.c | 752 ocf_authenc(struct alg *alg, const char *cipher_key, size_t cipher_key_len, in ocf_authenc() argument 763 sop.key = (char *)cipher_key; in ocf_authenc() 833 char *iv, *auth_key, *cipher_key; in run_authenc_test() local 856 cipher_key = alloc_buffer(cipher_key_len); in run_authenc_test() 866 openssl_cipher(alg, cipher, cipher_key, iv, cleartext + aad_len, in run_authenc_test() 879 if (!ocf_authenc(alg, cipher_key, cipher_key_len, iv, iv_len, auth_key, in run_authenc_test() 907 if (!ocf_authenc(alg, cipher_key, cipher_key_len, iv, iv_len, auth_key, in run_authenc_test() 944 free(cipher_key); in run_authenc_test()
|