/openssl/crypto/ec/ |
H A D | ecx_backend.c | 74 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 D | hkdf.c | 304 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 D | hmacdrbg_kdf.c | 193 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 D | pvkkdf.c | 127 if (!OSSL_PARAM_get_octet_string(p, (void **)buffer, 0, buflen)) in pvk_set_membuf()
|
H A D | pbkdf1.c | 171 if (!OSSL_PARAM_get_octet_string(p, (void **)buffer, 0, buflen)) in kdf_pbkdf1_set_membuf()
|
H A D | pkcs12kdf.c | 212 if (!OSSL_PARAM_get_octet_string(p, (void **)buffer, 0, buflen)) in pkcs12kdf_set_membuf()
|
H A D | argon2.c | 1245 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 D | sshkdf.c | 124 return OSSL_PARAM_get_octet_string(p, (void **)dst, 0, dst_len); in sshkdf_set_membuf()
|
H A D | krb5kdf.c | 101 return OSSL_PARAM_get_octet_string(p, (void **)dst, 0, dst_len); in krb5kdf_set_membuf()
|
H A D | pbkdf2.c | 175 if (!OSSL_PARAM_get_octet_string(p, (void **)buffer, 0, buflen)) in pbkdf2_set_membuf()
|
H A D | tls1_prf.c | 346 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->sec, 0, &ctx->seclen)) in kdf_tls1_prf_set_ctx_params()
|
H A D | scrypt.c | 154 if (!OSSL_PARAM_get_octet_string(p, (void **)buffer, 0, buflen)) in scrypt_set_membuf()
|
H A D | x942kdf.c | 422 return OSSL_PARAM_get_octet_string(p, (void **)out, 0, out_len); in x942kdf_set_buffer()
|
/openssl/providers/implementations/rands/ |
H A D | test_rng.c | 241 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 D | OSSL_PARAM_int.pod | 25 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 D | params.h | 134 int OSSL_PARAM_get_octet_string(const OSSL_PARAM *p, void **val, size_t max_len,
|
/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 427 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in dh_set_ctx_params()
|
H A D | ecdh_exch.c | 347 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in ecdh_set_ctx_params()
|
/openssl/test/ |
H A D | params_api_test.c | 714 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 D | ecx_kmgmt.c | 422 || !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 D | ciphercommon_gcm.c | 266 if (!OSSL_PARAM_get_octet_string(p, &vp, EVP_GCM_TLS_TAG_LEN, &sz)) { in ossl_gcm_set_ctx_params()
|
/openssl/providers/implementations/signature/ |
H A D | sm2_sig.c | 463 && !OSSL_PARAM_get_octet_string(p, &tmp_id, 0, &tmp_idlen)) in sm2sig_set_ctx_params()
|
/openssl/providers/implementations/kem/ |
H A D | ecx_kem.c | 260 if (!OSSL_PARAM_get_octet_string(p, &tmp, 0, &tmplen)) in ecxkem_set_ctx_params()
|
H A D | ec_kem.c | 301 if (!OSSL_PARAM_get_octet_string(p, &tmp, 0, &tmplen)) in eckem_set_ctx_params()
|
/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 570 if (!OSSL_PARAM_get_octet_string(p, &tmp_label, 0, &tmp_labellen)) in rsa_set_ctx_params()
|