Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_octet_string (Results 1 – 25 of 35) sorted by relevance

12

/openssl/crypto/ec/
H A Decx_backend.c74 if (!OSSL_PARAM_get_octet_string(param_priv_key, in ossl_ecx_key_fromdata()
93 && !OSSL_PARAM_get_octet_string(param_pub_key, in ossl_ecx_key_fromdata()
/openssl/providers/implementations/kdfs/
H A Dhkdf.c304 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->key, 0, in hkdf_common_set_ctx_params()
313 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->salt, 0, in hkdf_common_set_ctx_params()
865 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->prefix, 0, in kdf_tls1_3_set_ctx_params()
873 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->label, 0, in kdf_tls1_3_set_ctx_params()
881 && !OSSL_PARAM_get_octet_string(p, (void **)&ctx->data, 0, in kdf_tls1_3_set_ctx_params()
H A Dhmacdrbg_kdf.c193 if (!OSSL_PARAM_get_octet_string(p, &ptr, 0, &size)) in hmac_drbg_kdf_set_ctx_params()
204 if (!OSSL_PARAM_get_octet_string(p, &ptr, 0, &size)) in hmac_drbg_kdf_set_ctx_params()
H A Dpvkkdf.c127 if (!OSSL_PARAM_get_octet_string(p, (void **)buffer, 0, buflen)) in pvk_set_membuf()
H A Dpbkdf1.c171 if (!OSSL_PARAM_get_octet_string(p, (void **)buffer, 0, buflen)) in kdf_pbkdf1_set_membuf()
H A Dpkcs12kdf.c212 if (!OSSL_PARAM_get_octet_string(p, (void **)buffer, 0, buflen)) in pkcs12kdf_set_membuf()
H A Dargon2.c1245 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->secret, 0, &buflen)) in kdf_argon2_ctx_set_secret()
1272 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->pwd, 0, &buflen)) in kdf_argon2_ctx_set_pwd()
1304 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->salt, 0, &buflen)) in kdf_argon2_ctx_set_salt()
1342 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->ad, 0, &buflen)) in kdf_argon2_ctx_set_ad()
H A Dsshkdf.c124 return OSSL_PARAM_get_octet_string(p, (void **)dst, 0, dst_len); in sshkdf_set_membuf()
H A Dkrb5kdf.c101 return OSSL_PARAM_get_octet_string(p, (void **)dst, 0, dst_len); in krb5kdf_set_membuf()
H A Dpbkdf2.c175 if (!OSSL_PARAM_get_octet_string(p, (void **)buffer, 0, buflen)) in pbkdf2_set_membuf()
H A Dtls1_prf.c346 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->sec, 0, &ctx->seclen)) in kdf_tls1_prf_set_ctx_params()
H A Dscrypt.c154 if (!OSSL_PARAM_get_octet_string(p, (void **)buffer, 0, buflen)) in scrypt_set_membuf()
H A Dx942kdf.c416 return OSSL_PARAM_get_octet_string(p, (void **)out, 0, out_len); in x942kdf_set_buffer()
/openssl/providers/implementations/rands/
H A Dtest_rng.c241 if (!OSSL_PARAM_get_octet_string(p, &ptr, 0, &size)) in test_rng_set_ctx_params()
252 if (!OSSL_PARAM_get_octet_string(p, &ptr, 0, &size)) in test_rng_set_ctx_params()
/openssl/doc/man3/
H A DOSSL_PARAM_int.pod25 OSSL_PARAM_get_utf8_string, OSSL_PARAM_get_octet_string,
91 int OSSL_PARAM_get_octet_string(const OSSL_PARAM *p, void **val,
262 OSSL_PARAM_get_octet_string() retrieves an OCTET string from the parameter
298 This is different from OSSL_PARAM_get_octet_string(), which copies the
/openssl/include/openssl/
H A Dparams.h134 int OSSL_PARAM_get_octet_string(const OSSL_PARAM *p, void **val, size_t max_len,
/openssl/providers/implementations/signature/
H A Dsm2_sig.c459 && !OSSL_PARAM_get_octet_string(p, &tmp_id, 0, &tmp_idlen)) in sm2sig_set_ctx_params()
/openssl/providers/implementations/exchange/
H A Ddh_exch.c427 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in dh_set_ctx_params()
H A Decdh_exch.c347 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in ecdh_set_ctx_params()
/openssl/test/
H A Dparams_api_test.c714 if (!TEST_true(OSSL_PARAM_get_octet_string(cp, &vpn, 0, &s)) in test_param_construct()
720 if (!TEST_true(OSSL_PARAM_get_octet_string(cp, &vp, sizeof(buf2), &s)) in test_param_construct()
/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c422 || !OSSL_PARAM_get_octet_string(p, &buf, sizeof(ecxkey->pubkey), in ecx_set_params()
592 if (!OSSL_PARAM_get_octet_string(p, (void **)&gctx->dhkem_ikm, 0, in ecx_gen_set_params()
/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c266 if (!OSSL_PARAM_get_octet_string(p, &vp, EVP_GCM_TLS_TAG_LEN, &sz)) { in ossl_gcm_set_ctx_params()
/openssl/providers/implementations/kem/
H A Decx_kem.c260 if (!OSSL_PARAM_get_octet_string(p, &tmp, 0, &tmplen)) in ecxkem_set_ctx_params()
H A Dec_kem.c301 if (!OSSL_PARAM_get_octet_string(p, &tmp, 0, &tmplen)) in eckem_set_ctx_params()
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c570 if (!OSSL_PARAM_get_octet_string(p, &tmp_label, 0, &tmp_labellen)) in rsa_set_ctx_params()

Completed in 77 milliseconds

12