/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 512 } mac, *pmac; in aesni_cbc_hmac_sha256_cipher() local 515 pmac = (void *)(((size_t)mac.c + 63) & ((size_t)0 - 64)); in aesni_cbc_hmac_sha256_cipher() 589 pmac->u[0] = 0; in aesni_cbc_hmac_sha256_cipher() 590 pmac->u[1] = 0; in aesni_cbc_hmac_sha256_cipher() 591 pmac->u[2] = 0; in aesni_cbc_hmac_sha256_cipher() 592 pmac->u[3] = 0; in aesni_cbc_hmac_sha256_cipher() 593 pmac->u[4] = 0; in aesni_cbc_hmac_sha256_cipher() 594 pmac->u[5] = 0; in aesni_cbc_hmac_sha256_cipher() 595 pmac->u[6] = 0; in aesni_cbc_hmac_sha256_cipher() 596 pmac in aesni_cbc_hmac_sha256_cipher() [all...] |
H A D | e_aes_cbc_hmac_sha1.c | 483 } mac, *pmac; in aesni_cbc_hmac_sha1_cipher() local 486 pmac = (void *)(((size_t)mac.c + 31) & ((size_t)0 - 32)); in aesni_cbc_hmac_sha1_cipher() 601 pmac->u[0] = 0; in aesni_cbc_hmac_sha1_cipher() 602 pmac->u[1] = 0; in aesni_cbc_hmac_sha1_cipher() 603 pmac->u[2] = 0; in aesni_cbc_hmac_sha1_cipher() 604 pmac->u[3] = 0; in aesni_cbc_hmac_sha1_cipher() 605 pmac->u[4] = 0; in aesni_cbc_hmac_sha1_cipher() 622 pmac->u[0] |= key->md.h0 & mask; in aesni_cbc_hmac_sha1_cipher() 623 pmac->u[1] |= key->md.h1 & mask; in aesni_cbc_hmac_sha1_cipher() 624 pmac in aesni_cbc_hmac_sha1_cipher() [all...] |
/third_party/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 512 } mac, *pmac; in aesni_cbc_hmac_sha256_cipher() local 515 pmac = (void *)(((size_t)mac.c + 63) & ((size_t)0 - 64)); in aesni_cbc_hmac_sha256_cipher() 589 pmac->u[0] = 0; in aesni_cbc_hmac_sha256_cipher() 590 pmac->u[1] = 0; in aesni_cbc_hmac_sha256_cipher() 591 pmac->u[2] = 0; in aesni_cbc_hmac_sha256_cipher() 592 pmac->u[3] = 0; in aesni_cbc_hmac_sha256_cipher() 593 pmac->u[4] = 0; in aesni_cbc_hmac_sha256_cipher() 594 pmac->u[5] = 0; in aesni_cbc_hmac_sha256_cipher() 595 pmac->u[6] = 0; in aesni_cbc_hmac_sha256_cipher() 596 pmac in aesni_cbc_hmac_sha256_cipher() [all...] |
H A D | e_aes_cbc_hmac_sha1.c | 483 } mac, *pmac; in aesni_cbc_hmac_sha1_cipher() local 486 pmac = (void *)(((size_t)mac.c + 31) & ((size_t)0 - 32)); in aesni_cbc_hmac_sha1_cipher() 601 pmac->u[0] = 0; in aesni_cbc_hmac_sha1_cipher() 602 pmac->u[1] = 0; in aesni_cbc_hmac_sha1_cipher() 603 pmac->u[2] = 0; in aesni_cbc_hmac_sha1_cipher() 604 pmac->u[3] = 0; in aesni_cbc_hmac_sha1_cipher() 605 pmac->u[4] = 0; in aesni_cbc_hmac_sha1_cipher() 622 pmac->u[0] |= key->md.h0 & mask; in aesni_cbc_hmac_sha1_cipher() 623 pmac->u[1] |= key->md.h1 & mask; in aesni_cbc_hmac_sha1_cipher() 624 pmac in aesni_cbc_hmac_sha1_cipher() [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 481 } mac, *pmac; in aesni_cbc_hmac_sha256_cipher() local 484 pmac = (void *)(((size_t)mac.c + 63) & ((size_t)0 - 64)); in aesni_cbc_hmac_sha256_cipher() 558 pmac->u[0] = 0; in aesni_cbc_hmac_sha256_cipher() 559 pmac->u[1] = 0; in aesni_cbc_hmac_sha256_cipher() 560 pmac->u[2] = 0; in aesni_cbc_hmac_sha256_cipher() 561 pmac->u[3] = 0; in aesni_cbc_hmac_sha256_cipher() 562 pmac->u[4] = 0; in aesni_cbc_hmac_sha256_cipher() 563 pmac->u[5] = 0; in aesni_cbc_hmac_sha256_cipher() 564 pmac->u[6] = 0; in aesni_cbc_hmac_sha256_cipher() 565 pmac in aesni_cbc_hmac_sha256_cipher() [all...] |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 443 } mac, *pmac; in aesni_cbc_hmac_sha1_cipher() local 446 pmac = (void *)(((size_t)mac.c + 31) & ((size_t)0 - 32)); in aesni_cbc_hmac_sha1_cipher() 522 pmac->u[0] = 0; in aesni_cbc_hmac_sha1_cipher() 523 pmac->u[1] = 0; in aesni_cbc_hmac_sha1_cipher() 524 pmac->u[2] = 0; in aesni_cbc_hmac_sha1_cipher() 525 pmac->u[3] = 0; in aesni_cbc_hmac_sha1_cipher() 526 pmac->u[4] = 0; in aesni_cbc_hmac_sha1_cipher() 543 pmac->u[0] |= sctx->md.h0 & mask; in aesni_cbc_hmac_sha1_cipher() 544 pmac->u[1] |= sctx->md.h1 & mask; in aesni_cbc_hmac_sha1_cipher() 545 pmac in aesni_cbc_hmac_sha1_cipher() [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 481 } mac, *pmac; in aesni_cbc_hmac_sha256_cipher() local 484 pmac = (void *)(((size_t)mac.c + 63) & ((size_t)0 - 64)); in aesni_cbc_hmac_sha256_cipher() 558 pmac->u[0] = 0; in aesni_cbc_hmac_sha256_cipher() 559 pmac->u[1] = 0; in aesni_cbc_hmac_sha256_cipher() 560 pmac->u[2] = 0; in aesni_cbc_hmac_sha256_cipher() 561 pmac->u[3] = 0; in aesni_cbc_hmac_sha256_cipher() 562 pmac->u[4] = 0; in aesni_cbc_hmac_sha256_cipher() 563 pmac->u[5] = 0; in aesni_cbc_hmac_sha256_cipher() 564 pmac->u[6] = 0; in aesni_cbc_hmac_sha256_cipher() 565 pmac in aesni_cbc_hmac_sha256_cipher() [all...] |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 443 } mac, *pmac; in aesni_cbc_hmac_sha1_cipher() local 446 pmac = (void *)(((size_t)mac.c + 31) & ((size_t)0 - 32)); in aesni_cbc_hmac_sha1_cipher() 522 pmac->u[0] = 0; in aesni_cbc_hmac_sha1_cipher() 523 pmac->u[1] = 0; in aesni_cbc_hmac_sha1_cipher() 524 pmac->u[2] = 0; in aesni_cbc_hmac_sha1_cipher() 525 pmac->u[3] = 0; in aesni_cbc_hmac_sha1_cipher() 526 pmac->u[4] = 0; in aesni_cbc_hmac_sha1_cipher() 543 pmac->u[0] |= sctx->md.h0 & mask; in aesni_cbc_hmac_sha1_cipher() 544 pmac->u[1] |= sctx->md.h1 & mask; in aesni_cbc_hmac_sha1_cipher() 545 pmac in aesni_cbc_hmac_sha1_cipher() [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 29 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac, in PKCS12_get0_mac() argument 36 X509_SIG_get0(p12->mac->dinfo, pmacalg, pmac); in PKCS12_get0_mac() 42 if (pmac) in PKCS12_get0_mac() 43 *pmac = NULL; in PKCS12_get0_mac()
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 29 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac, in PKCS12_get0_mac() argument 36 X509_SIG_get0(p12->mac->dinfo, pmacalg, pmac); in PKCS12_get0_mac() 42 if (pmac) in PKCS12_get0_mac() 43 *pmac = NULL; in PKCS12_get0_mac()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | pkcs12.h | 79 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 119 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
|