Home
last modified time | relevance | path

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

/openssl/crypto/store/
H A Dstore_lib.c74 char *propq_copy = NULL; in OSSL_STORE_open_ex() local
189 if ((propq != NULL && (propq_copy = OPENSSL_strdup(propq)) == NULL) in OSSL_STORE_open_ex()
193 ctx->properties = propq_copy; in OSSL_STORE_open_ex()
233 OPENSSL_free(propq_copy); in OSSL_STORE_open_ex()
/openssl/providers/implementations/signature/
H A Drsa_sig.c230 char *propq_copy = NULL; in rsa_newctx() local
237 && (propq_copy = OPENSSL_strdup(propq)) == NULL)) { in rsa_newctx()
248 prsactx->propq = propq_copy; in rsa_newctx()

Completed in 14 milliseconds