Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_octet_string (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c178 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
193 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
215 if (!OSSL_PARAM_set_octet_string(p, ctx->buf, sz)) { in ossl_gcm_get_ctx_params()
H A Dcipher_aes_cbc_hmac_sha.c274 && !OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_get_ctx_params()
281 && !OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen) in aes_get_ctx_params()
H A Dcipher_aes_ocb.c440 if (!OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
452 if (!OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
H A Dciphercommon_ccm.c174 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, p->data_size) in ossl_ccm_get_ctx_params()
187 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, p->data_size) in ossl_ccm_get_ctx_params()
H A Dciphercommon.c592 && !OSSL_PARAM_set_octet_string(p, &ctx->oiv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
599 && !OSSL_PARAM_set_octet_string(p, &ctx->iv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
H A Dcipher_aes_siv.c171 || !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) { in aes_siv_get_ctx_params()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c178 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
193 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, ctx->ivlen) in ossl_gcm_get_ctx_params()
215 if (!OSSL_PARAM_set_octet_string(p, ctx->buf, sz)) { in ossl_gcm_get_ctx_params()
H A Dcipher_aes_ocb.c437 if (!OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
449 if (!OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
H A Dciphercommon_ccm.c171 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, p->data_size) in ossl_ccm_get_ctx_params()
184 if (!OSSL_PARAM_set_octet_string(p, ctx->iv, p->data_size) in ossl_ccm_get_ctx_params()
H A Dcipher_aes_cbc_hmac_sha.c274 && !OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_get_ctx_params()
281 && !OSSL_PARAM_set_octet_string(p, ctx->base.iv, ctx->base.ivlen) in aes_get_ctx_params()
H A Dciphercommon.c561 && !OSSL_PARAM_set_octet_string(p, &ctx->oiv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
568 && !OSSL_PARAM_set_octet_string(p, &ctx->iv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
H A Dcipher_aes_siv.c171 || !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) { in aes_siv_get_ctx_params()
/third_party/node/deps/openssl/openssl/crypto/
H A Dparam_build_set.c65 return OSSL_PARAM_set_octet_string(p, data, data_len); in ossl_param_build_set_octet_string()
/third_party/openssl/crypto/
H A Dparam_build_set.c65 return OSSL_PARAM_set_octet_string(p, data, data_len); in ossl_param_build_set_octet_string()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dparams.h136 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, size_t len);
/third_party/openssl/include/openssl/
H A Dparams.h136 int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, size_t len);
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Decdsa_sig.c447 if (p != NULL && !OSSL_PARAM_set_octet_string(p, ctx->aid, ctx->aid_len)) in ecdsa_get_ctx_params()
H A Ddsa_sig.c454 && !OSSL_PARAM_set_octet_string(p, pdsactx->aid, pdsactx->aid_len)) in dsa_get_ctx_params()
H A Dsm2_sig.c399 && !OSSL_PARAM_set_octet_string(p, psm2ctx->aid, psm2ctx->aid_len)) in sm2sig_get_ctx_params()
H A Deddsa_sig.c314 if (p != NULL && !OSSL_PARAM_set_octet_string(p, peddsactx->aid, in eddsa_get_ctx_params()
/third_party/openssl/providers/implementations/signature/
H A Decdsa_sig.c447 if (p != NULL && !OSSL_PARAM_set_octet_string(p, ctx->aid, ctx->aid_len)) in ecdsa_get_ctx_params()
H A Ddsa_sig.c454 && !OSSL_PARAM_set_octet_string(p, pdsactx->aid, pdsactx->aid_len)) in dsa_get_ctx_params()
H A Dsm2_sig.c390 && !OSSL_PARAM_set_octet_string(p, psm2ctx->aid, psm2ctx->aid_len)) in sm2sig_get_ctx_params()
H A Deddsa_sig.c314 if (p != NULL && !OSSL_PARAM_set_octet_string(p, peddsactx->aid, in eddsa_get_ctx_params()
/third_party/openssl/test/
H A Dparams_api_test.c585 || !TEST_true(OSSL_PARAM_set_octet_string(cp, "abcdefghi", in test_param_construct()

Completed in 20 milliseconds

12