| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | ciphercommon.c | 613 && !OSSL_PARAM_set_octet_ptr(p, &ctx->oiv, ctx->ivlen) in ossl_cipher_generic_get_ctx_params() 620 && !OSSL_PARAM_set_octet_ptr(p, &ctx->iv, ctx->ivlen) in ossl_cipher_generic_get_ctx_params() 637 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in ossl_cipher_generic_get_ctx_params()
|
| H A D | ciphercommon_ccm.c | 175 && !OSSL_PARAM_set_octet_ptr(p, &ctx->iv, p->data_size)) { in ossl_ccm_get_ctx_params() 188 && !OSSL_PARAM_set_octet_ptr(p, &ctx->iv, p->data_size)) { in ossl_ccm_get_ctx_params()
|
| H A D | cipher_null.c | 140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in null_get_ctx_params()
|
| H A D | cipher_aes_cbc_hmac_sha.c | 273 && !OSSL_PARAM_set_octet_ptr(p, &ctx->base.oiv, ctx->base.ivlen)) { in aes_get_ctx_params() 280 && !OSSL_PARAM_set_octet_ptr(p, &ctx->base.iv, ctx->base.ivlen)) { in aes_get_ctx_params()
|
| H A D | ciphercommon_gcm.c | 188 && !OSSL_PARAM_set_octet_ptr(p, &ctx->iv, ctx->ivlen)) { in ossl_gcm_get_ctx_params() 202 && !OSSL_PARAM_set_octet_ptr(p, &ctx->iv, ctx->ivlen)) { in ossl_gcm_get_ctx_params()
|
| H A D | cipher_aes_ocb.c | 445 && !OSSL_PARAM_set_octet_ptr(p, &ctx->base.oiv, ctx->base.ivlen)) { in aes_ocb_get_ctx_params() 457 && !OSSL_PARAM_set_octet_ptr(p, &ctx->base.iv, ctx->base.ivlen)) { in aes_ocb_get_ctx_params()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | params.h | 146 int OSSL_PARAM_set_octet_ptr(OSSL_PARAM *p, const void *val,
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_PARAM_int.pod | 33 OSSL_PARAM_set_utf8_ptr, OSSL_PARAM_set_octet_ptr, 100 int OSSL_PARAM_set_octet_ptr(OSSL_PARAM *p, const void *val, 286 OSSL_PARAM_set_octet_ptr() sets the OCTET string pointer in the parameter
|
| /freebsd/crypto/openssl/providers/implementations/exchange/ |
| H A D | dh_exch.c | 533 && !OSSL_PARAM_set_octet_ptr(p, pdhctx->kdf_ukm, pdhctx->kdf_ukmlen)) in dh_get_ctx_params()
|
| H A D | ecdh_exch.c | 420 if (p != NULL && !OSSL_PARAM_set_octet_ptr(p, pectx->kdf_ukm, pectx->kdf_ukmlen)) in ecdh_get_ctx_params()
|
| /freebsd/crypto/openssl/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 422 if (p != NULL && !OSSL_PARAM_set_octet_ptr(p, prsactx->oaep_label, prsactx->oaep_labellen)) in rsa_get_ctx_params()
|
| /freebsd/crypto/openssl/test/ |
| H A D | params_api_test.c | 737 || !TEST_true(OSSL_PARAM_set_octet_ptr(cp, &ul, sizeof(ul))) in test_param_construct()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | params.c | 1526 int OSSL_PARAM_set_octet_ptr(OSSL_PARAM *p, const void *val, in OSSL_PARAM_set_octet_ptr() function
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | ctrl_params_translate.c | 691 return OSSL_PARAM_set_octet_ptr(ctx->params, *(void **)ctx->p2, in default_fixup_args()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 5177 OSSL_PARAM_set_octet_ptr;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3381 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_set_octet_ptr.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 4582 OSSL_PARAM_set_octet_ptr 4710 3_0_0 EXIST::FUNCTION:
|