Home
last modified time | relevance | path

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

/crypto/property/
A Dproperty_string.c143 int create, const char *s) in ossl_property_string() argument
161 if (ps == NULL && create) { in ossl_property_string()
252 int create) in ossl_property_name() argument
254 return ossl_property_string(ctx, 1, create, s); in ossl_property_name()
263 int create) in ossl_property_value() argument
265 return ossl_property_string(ctx, 0, create, s); in ossl_property_value()
A Dproperty_local.h42 int create);
45 int create);
A Dproperty_parse.c56 static int parse_name(OSSL_LIB_CTX *ctx, const char *t[], int create, in parse_name() argument
92 *idx = ossl_property_name(ctx, name, user_name && create); in parse_name()
194 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_string() argument
217 res->v.str_val = ossl_property_value(ctx, v, create); in parse_string()
225 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_unquoted() argument
249 else if ((res->v.str_val = ossl_property_value(ctx, v, create)) == 0) in parse_unquoted()
257 OSSL_PROPERTY_DEFINITION *res, int create) in parse_value() argument
264 r = parse_string(ctx, &s, s[-1], res, create); in parse_value()
281 return parse_unquoted(ctx, t, res, create); in parse_value()
/crypto/bio/
A Dbio_meth.c200 return biom->create; in BIO_meth_get_create()
204 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *)) in BIO_meth_set_create()
206 biom->create = create; in BIO_meth_set_create()
A Dbio_lib.c98 if (method->create != NULL && !method->create(bio)) { in BIO_new_ex()
103 if (method->create == NULL) in BIO_new_ex()
/crypto/engine/
A Deng_lib.c118 static int int_cleanup_check(int create) in int_cleanup_check() argument
122 if (!create) in int_cleanup_check()
A Deng_table.c65 static int int_table_check(ENGINE_TABLE **t, int create) in int_table_check() argument
71 if (!create) in int_table_check()
/crypto/objects/
A DREADME.md16 create the C macros SN_base, LN_base, NID_base and OBJ_base.
/crypto/conf/
A Dconf_lib.c189 ret = meth->create(meth); in NCONF_new_ex()
/crypto/err/
A Dopenssl.txt164 BIO_R_UNABLE_TO_CREATE_SOCKET:118:unable to create socket
452 CONF_R_UNABLE_TO_CREATE_NEW_SECTION:103:unable to create new section
1073 PROV_R_FAILED_TO_CREATE_LOCK:180:failed to create lock
1219 RAND_R_FAILED_TO_CREATE_LOCK:126:failed to create lock
1244 RAND_R_UNABLE_TO_CREATE_DRBG:143:unable to create drbg

Completed in 22 milliseconds