Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dapp_x509.c23 static ASN1_OCTET_STRING *mk_octet_string(void *value, size_t value_n) in mk_octet_string() argument
29 } else if (!ASN1_OCTET_STRING_set(v, value, (int)value_n)) { in mk_octet_string()
37 static int x509_ctrl(void *object, int cmd, void *value, size_t value_n) in x509_ctrl() argument
43 ASN1_OCTET_STRING *v = mk_octet_string(value, value_n); in x509_ctrl()
61 static int x509_req_ctrl(void *object, int cmd, void *value, size_t value_n) in x509_req_ctrl() argument
67 ASN1_OCTET_STRING *v = mk_octet_string(value, value_n); in x509_req_ctrl()
86 void *value, size_t value_n), in do_x509_ctrl_string() argument
/openssl/crypto/
H A Dparams_from_text.c25 const char *value, size_t value_n, in prepare_from_text() argument
126 *buf_n = value_n; in prepare_from_text()
135 const char *value, size_t value_n, int ishex, in construct_from_text() argument
203 size_t value_n, int *found) in OSSL_PARAM_allocate_from_text() argument
215 if (!prepare_from_text(paramdefs, key, value, value_n, in OSSL_PARAM_allocate_from_text()
222 ok = construct_from_text(to, paramdef, value, value_n, ishex, in OSSL_PARAM_allocate_from_text()
/openssl/doc/man3/
H A DOSSL_PARAM_allocate_from_text.pod15 size_t value_n,
59 I<value_n> decimal characters, which are decoded, and the resulting
62 If I<value> starts with "0x", it is assumed to contain I<value_n>
66 I<value_n> hexadecimal characters without the "0x" prefix.
85 I<value_n> hexadecimal characters, which are decoded, and the
91 If I<key> didn't start with "hex", I<value_n> bytes from I<value> are
/openssl/include/openssl/
H A Dparams.h101 size_t value_n, int *found);

Completed in 8 milliseconds