OSSL_PARAM_get_octet_ptr
return OSSL_PARAM_get_octet_ptr(ctx->params,
rv = OSSL_PARAM_get_octet_ptr(p, val, used_len);
int OSSL_PARAM_get_octet_ptr(const OSSL_PARAM *p, const void **val,
if (!OSSL_PARAM_get_octet_ptr(p, (const void **)&aead_tags, &taglen)) {
if (!OSSL_PARAM_get_octet_ptr(p, (const void **)&aead_tags, &taglen)) {
if (!TEST_true(OSSL_PARAM_get_octet_ptr(cp, (const void **)&vp2, &k))