/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_kmeth.c | 160 size_t seclen; in ECDH_compute_key() local 169 if (!eckey->meth->compute_key(&sec, &seclen, pub_key, eckey)) in ECDH_compute_key() 172 KDF(sec, seclen, out, &outlen); in ECDH_compute_key() 174 if (outlen > seclen) in ECDH_compute_key() 175 outlen = seclen; in ECDH_compute_key() 178 OPENSSL_clear_free(sec, seclen); in ECDH_compute_key()
|
/third_party/openssl/crypto/ec/ |
H A D | ec_kmeth.c | 160 size_t seclen; in ECDH_compute_key() local 169 if (!eckey->meth->compute_key(&sec, &seclen, pub_key, eckey)) in ECDH_compute_key() 172 KDF(sec, seclen, out, &outlen); in ECDH_compute_key() 174 if (outlen > seclen) in ECDH_compute_key() 175 outlen = seclen; in ECDH_compute_key() 178 OPENSSL_clear_free(sec, seclen); in ECDH_compute_key()
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | tls1_prf.c | 92 size_t seclen; member 130 OPENSSL_clear_free(ctx->sec, ctx->seclen); in kdf_tls1_prf_reset() 162 ctx->sec, ctx->seclen, in kdf_tls1_prf_derive() 195 OPENSSL_clear_free(ctx->sec, ctx->seclen); in kdf_tls1_prf_set_ctx_params() 197 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->sec, 0, &ctx->seclen)) in kdf_tls1_prf_set_ctx_params()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | tls1_prf.c | 92 size_t seclen; member 130 OPENSSL_clear_free(ctx->sec, ctx->seclen); in kdf_tls1_prf_reset() 162 ctx->sec, ctx->seclen, in kdf_tls1_prf_derive() 195 OPENSSL_clear_free(ctx->sec, ctx->seclen); in kdf_tls1_prf_set_ctx_params() 197 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->sec, 0, &ctx->seclen)) in kdf_tls1_prf_set_ctx_params()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | kdf.h | 41 # define EVP_PKEY_CTX_set1_tls1_prf_secret(pctx, sec, seclen) \ 43 EVP_PKEY_CTRL_TLS_SECRET, seclen, (void *)(sec))
|
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
H A D | crmf_pbm.c | 123 * |seclen| length of the key 131 const unsigned char *sec, size_t seclen, in OSSL_CRMF_pbm_new() 171 if (!EVP_DigestUpdate(ctx, sec, seclen)) in OSSL_CRMF_pbm_new() 128 OSSL_CRMF_pbm_new(OSSL_LIB_CTX *libctx, const char *propq, const OSSL_CRMF_PBMPARAMETER *pbmp, const unsigned char *msg, size_t msglen, const unsigned char *sec, size_t seclen, unsigned char **out, size_t *outlen) OSSL_CRMF_pbm_new() argument
|
/third_party/openssl/crypto/crmf/ |
H A D | crmf_pbm.c | 123 * |seclen| length of the key 131 const unsigned char *sec, size_t seclen, in OSSL_CRMF_pbm_new() 171 if (!EVP_DigestUpdate(ctx, sec, seclen)) in OSSL_CRMF_pbm_new() 128 OSSL_CRMF_pbm_new(OSSL_LIB_CTX *libctx, const char *propq, const OSSL_CRMF_PBMPARAMETER *pbmp, const unsigned char *msg, size_t msglen, const unsigned char *sec, size_t seclen, unsigned char **out, size_t *outlen) OSSL_CRMF_pbm_new() argument
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | kdf.h | 100 const unsigned char *sec, int seclen);
|
/third_party/openssl/include/openssl/ |
H A D | kdf.h | 100 const unsigned char *sec, int seclen);
|
/third_party/mbedtls/programs/test/ |
H A D | benchmark.c | 1194 size_t params_len, publen, seclen; in main() local 1220 CHECK_AND_CONTINUE(mbedtls_ecdh_calc_secret(&ecdh_cli, &seclen, buf_cli, in main() 1252 CHECK_AND_CONTINUE(mbedtls_ecdh_calc_secret(&ecdh_cli, &seclen, buf_cli, in main()
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|