Searched refs:value_n (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/apps/lib/ |
D | app_x509.c | 23 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
|
/third_party/openssl/crypto/ |
D | params_from_text.c | 25 const char *value, size_t value_n, in prepare_from_text() argument 123 *buf_n = value_n; in prepare_from_text() 132 const char *value, size_t value_n, int ishex, in construct_from_text() argument 200 size_t value_n, int *found) in OSSL_PARAM_allocate_from_text() argument 212 if (!prepare_from_text(paramdefs, key, value, value_n, in OSSL_PARAM_allocate_from_text() 221 ok = construct_from_text(to, paramdef, value, value_n, ishex, in OSSL_PARAM_allocate_from_text()
|
/third_party/openssl/doc/man3/ |
D | OSSL_PARAM_allocate_from_text.pod | 15 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
|
/third_party/openssl/include/openssl/ |
D | params.h | 101 size_t value_n, int *found);
|