Home
last modified time | relevance | path

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

/crypto/bio/
A Dbss_log.c86 static void xsyslog(BIO *bp, int priority, const char *string);
251 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
286 lpszStrings[1] = string; in xsyslog()
307 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
366 lib$sys_fao(&fao_cmd, &len, &buf_dsc, priority_tag, string); in xsyslog()
400 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
402 syslog(priority, "%s", string); in xsyslog()
/crypto/
A Dparam_build.c31 const void *string; member
264 pd->string = buf; in OSSL_PARAM_BLD_push_utf8_string()
278 pd->string = buf; in OSSL_PARAM_BLD_push_utf8_ptr()
292 pd->string = buf; in OSSL_PARAM_BLD_push_octet_string()
304 pd->string = buf; in OSSL_PARAM_BLD_push_octet_ptr()
340 *(const void **)p = pd->string; in param_bld_convert()
343 if (pd->string != NULL) in param_bld_convert()
344 memcpy(p, pd->string, pd->size); in param_bld_convert()
A DREADME-sparse_array.md156 Thus, `SPARSE_ARRAY_OF(char)` can be used to store a string.
A Dprovider_core.c1130 prov->error_strings[0].string = prov->name; in provider_init()
1137 prov->error_strings[cnt2].string = reasonstrings[cnt2-1].ptr; in provider_init()
/crypto/property/
A DREADME.md40 By converting strings to integers using a structure such as this, string
42 properties can be sorted by the string index which makes comparisons linear
48 the property definition string, and algorithms with the same properties
52 algorithm identifier and the entire query string and it would map to
66 contains the string cache which converts property
71 provided to convert from an index back to the original string (this can be
83 Algorithms are discovered from their NID and a query string.
/crypto/x509/
A Dx_ietfatt.c35 ASN1_UTF8STRING *string; member
48 ASN1_SIMPLE(OSSL_IETF_ATTR_SYNTAX_VALUE, u.string, ASN1_UTF8STRING),
137 return val->u.string; in OSSL_IETF_ATTR_SYNTAX_get0_value()
174 val->u.string = data; in OSSL_IETF_ATTR_SYNTAX_add1_value()
/crypto/objects/
A Dobjects.pl162 my $string = shift;
164 1 while $string =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e;
166 return $string;
/crypto/store/
A Dstore_lib.c385 search->string, in OSSL_STORE_find()
391 (char *)search->string, in OSSL_STORE_find()
966 search->string = bytes; in OSSL_STORE_SEARCH_by_key_fingerprint()
979 search->string = (const unsigned char *)alias; in OSSL_STORE_SEARCH_by_alias()
1011 return criterion->string; in OSSL_STORE_SEARCH_get0_bytes()
1016 return (const char *)criterion->string; in OSSL_STORE_SEARCH_get0_string()
A Dstore_local.h69 const unsigned char *string; member
/crypto/dso/
A Ddso_win32.c70 static const char *openssl_strnchr(const char *string, int c, size_t len);
464 static const char *openssl_strnchr(const char *string, int c, size_t len) in openssl_strnchr() argument
468 for (i = 0, p = string; i < len && *p; i++, p++) { in openssl_strnchr()
/crypto/crmf/
A Dcrmf_local.h100 ASN1_UTF8STRING *string; member
A Dcrmf_asn.c27 value.string, ASN1_UTF8STRING),
/crypto/err/
A Dopenssl.txt57 ASN1_R_INVALID_BIT_STRING_BITS_LEFT:220:invalid bit string bits left
66 ASN1_R_INVALID_STRING_TABLE_VALUE:218:invalid string table value
80 ASN1_R_NESTED_ASN1_STRING:197:nested asn1 string
100 ASN1_R_STRING_TOO_LONG:151:string too long
101 ASN1_R_STRING_TOO_SHORT:152:string too short
488 CRYPTO_R_HEX_STRING_TOO_SHORT:121:hex string too short
514 CRYPTO_R_STRING_TOO_LONG:112:string too long
700 ENGINE_R_INVALID_STRING:150:invalid string
994 PKCS12_R_MAC_STRING_SET_ERROR:111:mac string set error
1051 PROP_R_STRING_TOO_LONG:109:string too long
[all …]
A Derr.c594 return ((p == NULL) ? NULL : p->string); in ERR_lib_error_string()
633 return ((p == NULL) ? NULL : p->string); in ERR_reason_error_string()

Completed in 45 milliseconds