Home
last modified time | relevance | path

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

/openssl-master/crypto/store/
A Dstore_lib.c73 char *propq_copy = NULL; in OSSL_STORE_open_ex() local
166 if ((propq != NULL && (propq_copy = OPENSSL_strdup(propq)) == NULL) in OSSL_STORE_open_ex()
178 ctx->properties = propq_copy; in OSSL_STORE_open_ex()
215 OPENSSL_free(propq_copy); in OSSL_STORE_open_ex()
/openssl-master/providers/implementations/signature/
A Drsa_sig.c177 char *propq_copy = NULL; in rsa_newctx() local
184 && (propq_copy = OPENSSL_strdup(propq)) == NULL)) { in rsa_newctx()
192 prsactx->propq = propq_copy; in rsa_newctx()

Completed in 7 milliseconds