Home
last modified time | relevance | path

Searched refs:ktmp (Results 51 – 75 of 412) sorted by relevance

12345678910>>...17

/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/security/openssl/openssl-1.1.1n/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/security/openssl-static/openssl-1.1.1l/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */
35 pctx->ktmp.type = V_ASN1_OCTET_STRING;
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length);
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL &&
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) {
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL)
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp);
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len))
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp));
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_poly1305_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_poly1305_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_poly1305_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_poly1305_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_poly1305_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_poly1305_keygen()
139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp)); in pkey_poly1305_ctrl()
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/dissection/src/Algebra/
H A DRectBlockMatrix.cpp92 int ktmp; in init() local
93 ktmp = 0; in init()
97 _indexblock_r[i] = ktmp; in init()
105 ktmp = 0; in init()
109 _indexblock_c[i] = ktmp; in init()
116 ktmp = _dim0_c; in init()
121 _indexblock_c[i] = ktmp; in init()
139 int ktmp; in init() local
140 ktmp = 0; in init()
144 _indexblock_r[i] = ktmp; in init()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/hmac/
H A Dhm_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 hctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_hmac_init()
62 if (sctx->ktmp.data) { in pkey_hmac_copy()
63 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, in pkey_hmac_copy()
64 sctx->ktmp.data, sctx->ktmp.length)) in pkey_hmac_copy()
80 OPENSSL_clear_free(hctx->ktmp.data, hctx->ktmp.length); in pkey_hmac_cleanup()
90 if (!hctx->ktmp.data) in pkey_hmac_keygen()
92 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp); in pkey_hmac_keygen()
146 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) in pkey_hmac_ctrl()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/siphash/
H A Dsiphash_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_siphash_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_siphash_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_siphash_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_siphash_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_siphash_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_siphash_keygen()
143 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_siphash_ctrl()
146 return SipHash_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp), in pkey_siphash_ctrl()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/siphash/
H A Dsiphash_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_siphash_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_siphash_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_siphash_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_siphash_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_siphash_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_siphash_keygen()
143 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_siphash_ctrl()
146 return SipHash_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp), in pkey_siphash_ctrl()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/hmac/
H A Dhm_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 hctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_hmac_init()
62 if (sctx->ktmp.data) { in pkey_hmac_copy()
63 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, in pkey_hmac_copy()
64 sctx->ktmp.data, sctx->ktmp.length)) in pkey_hmac_copy()
80 OPENSSL_clear_free(hctx->ktmp.data, hctx->ktmp.length); in pkey_hmac_cleanup()
90 if (!hctx->ktmp.data) in pkey_hmac_keygen()
92 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp); in pkey_hmac_keygen()
146 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) in pkey_hmac_ctrl()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/hmac/
H A Dhm_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 hctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_hmac_init()
62 if (sctx->ktmp.data) { in pkey_hmac_copy()
63 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, in pkey_hmac_copy()
64 sctx->ktmp.data, sctx->ktmp.length)) in pkey_hmac_copy()
80 OPENSSL_clear_free(hctx->ktmp.data, hctx->ktmp.length); in pkey_hmac_cleanup()
90 if (!hctx->ktmp.data) in pkey_hmac_keygen()
92 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp); in pkey_hmac_keygen()
146 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) in pkey_hmac_ctrl()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/siphash/
H A Dsiphash_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_siphash_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_siphash_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_siphash_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_siphash_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_siphash_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_siphash_keygen()
143 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_siphash_ctrl()
146 return SipHash_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp), in pkey_siphash_ctrl()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/hmac/
H A Dhm_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 hctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_hmac_init()
62 if (sctx->ktmp.data) { in pkey_hmac_copy()
63 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, in pkey_hmac_copy()
64 sctx->ktmp.data, sctx->ktmp.length)) in pkey_hmac_copy()
80 OPENSSL_clear_free(hctx->ktmp.data, hctx->ktmp.length); in pkey_hmac_cleanup()
90 if (!hctx->ktmp.data) in pkey_hmac_keygen()
92 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp); in pkey_hmac_keygen()
146 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) in pkey_hmac_ctrl()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/siphash/
H A Dsiphash_pmeth.c23 ASN1_OCTET_STRING ktmp; /* Temp storage for key */ member
35 pctx->ktmp.type = V_ASN1_OCTET_STRING; in pkey_siphash_init()
47 OPENSSL_clear_free(pctx->ktmp.data, pctx->ktmp.length); in pkey_siphash_cleanup()
62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL && in pkey_siphash_copy()
63 !ASN1_STRING_copy(&dctx->ktmp, &sctx->ktmp)) { in pkey_siphash_copy()
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL) in pkey_siphash_keygen()
79 key = ASN1_OCTET_STRING_dup(&pctx->ktmp); in pkey_siphash_keygen()
143 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_siphash_ctrl()
146 return SipHash_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp), in pkey_siphash_ctrl()

12345678910>>...17