/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 66 MAC_KEY *mackey; in ossl_mac_key_new() local 71 mackey = OPENSSL_zalloc(sizeof(*mackey)); in ossl_mac_key_new() 72 if (mackey == NULL) in ossl_mac_key_new() 75 mackey->lock = CRYPTO_THREAD_lock_new(); in ossl_mac_key_new() 76 if (mackey->lock == NULL) { in ossl_mac_key_new() 77 OPENSSL_free(mackey); in ossl_mac_key_new() 80 mackey->libctx = libctx; in ossl_mac_key_new() 81 mackey->refcnt = 1; in ossl_mac_key_new() 82 mackey in ossl_mac_key_new() 87 ossl_mac_key_free(MAC_KEY *mackey) ossl_mac_key_free() argument 105 ossl_mac_key_up_ref(MAC_KEY *mackey) ossl_mac_key_up_ref() argument 133 mac_free(void *mackey) mac_free() argument [all...] |
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 66 MAC_KEY *mackey; in ossl_mac_key_new() local 71 mackey = OPENSSL_zalloc(sizeof(*mackey)); in ossl_mac_key_new() 72 if (mackey == NULL) in ossl_mac_key_new() 75 mackey->lock = CRYPTO_THREAD_lock_new(); in ossl_mac_key_new() 76 if (mackey->lock == NULL) { in ossl_mac_key_new() 77 OPENSSL_free(mackey); in ossl_mac_key_new() 80 mackey->libctx = libctx; in ossl_mac_key_new() 81 mackey->refcnt = 1; in ossl_mac_key_new() 82 mackey in ossl_mac_key_new() 87 ossl_mac_key_free(MAC_KEY *mackey) ossl_mac_key_free() argument 105 ossl_mac_key_up_ref(MAC_KEY *mackey) ossl_mac_key_up_ref() argument 133 mac_free(void *mackey) mac_free() argument [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
H A D | macsignature.h | 29 void ossl_mac_key_free(MAC_KEY *mackey); 30 int ossl_mac_key_up_ref(MAC_KEY *mackey);
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | macsignature.h | 29 void ossl_mac_key_free(MAC_KEY *mackey); 30 int ossl_mac_key_up_ref(MAC_KEY *mackey);
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions.c | 1495 EVP_PKEY *mackey = NULL; in tls_psk_do_binder() local 1631 mackey = EVP_PKEY_new_raw_private_key_ex(s->ctx->libctx, "HMAC", in tls_psk_do_binder() 1634 if (mackey == NULL) { in tls_psk_do_binder() 1644 s->ctx->propq, mackey, NULL) <= 0 in tls_psk_do_binder() 1664 EVP_PKEY_free(mackey); in tls_psk_do_binder()
|
/third_party/openssl/ssl/statem/ |
H A D | extensions.c | 1463 EVP_PKEY *mackey = NULL; in tls_psk_do_binder() local 1599 mackey = EVP_PKEY_new_raw_private_key_ex(s->ctx->libctx, "HMAC", in tls_psk_do_binder() 1602 if (mackey == NULL) { in tls_psk_do_binder() 1612 s->ctx->propq, mackey, NULL) <= 0 in tls_psk_do_binder() 1632 EVP_PKEY_free(mackey); in tls_psk_do_binder()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 685 const unsigned char *mackey, in aesni_cbc_hmac_sha256_set_mac_key() 696 sha256_update(&ctx->head, mackey, len); in aesni_cbc_hmac_sha256_set_mac_key() 699 memcpy(hmac_key, mackey, len); in aesni_cbc_hmac_sha256_set_mac_key() 684 aesni_cbc_hmac_sha256_set_mac_key(void *vctx, const unsigned char *mackey, size_t len) aesni_cbc_hmac_sha256_set_mac_key() argument
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 685 const unsigned char *mackey, in aesni_cbc_hmac_sha256_set_mac_key() 696 sha256_update(&ctx->head, mackey, len); in aesni_cbc_hmac_sha256_set_mac_key() 699 memcpy(hmac_key, mackey, len); in aesni_cbc_hmac_sha256_set_mac_key() 684 aesni_cbc_hmac_sha256_set_mac_key(void *vctx, const unsigned char *mackey, size_t len) aesni_cbc_hmac_sha256_set_mac_key() argument
|