Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_BUF_SECURE (Results 1 – 1 of 1) sorted by relevance

/crypto/
A Dparams_dup.c20 #define OSSL_PARAM_BUF_SECURE 1 macro
21 #define OSSL_PARAM_BUF_MAX (OSSL_PARAM_BUF_SECURE + 1)
131 if (buf[OSSL_PARAM_BUF_SECURE].blocks > 0 in OSSL_PARAM_dup()
132 && !ossl_param_buf_alloc(&buf[OSSL_PARAM_BUF_SECURE], 0, 1)) { in OSSL_PARAM_dup()
140 ossl_param_set_secure_block(last, buf[OSSL_PARAM_BUF_SECURE].alloc, in OSSL_PARAM_dup()
141 buf[OSSL_PARAM_BUF_SECURE].alloc_sz); in OSSL_PARAM_dup()

Completed in 7 milliseconds