/openssl/crypto/pem/ |
H A D | pem_local.h | 85 # define IMPLEMENT_PEM_provided_write_body_fallback(str, asn1, \ argument 90 # define IMPLEMENT_PEM_provided_write_body_fallback_cb(str, asn1, \ argument 96 # define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \ argument 114 # define IMPLEMENT_PEM_provided_write_cb_to(name, TYPE, type, str, asn1, \ argument 135 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) argument 136 # define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) argument 140 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) \ argument 142 # define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) \ argument 147 # define IMPLEMENT_PEM_provided_write_bio(name, TYPE, type, str, asn1) \ argument 149 # define IMPLEMENT_PEM_provided_write_cb_bio(name, TYPE, type, str, asn1) \ argument [all …]
|
/openssl/crypto/ |
H A D | o_str.c | 22 char *CRYPTO_strdup(const char *str, const char* file, int line) in CRYPTO_strdup() 34 char *CRYPTO_strndup(const char *str, size_t s, const char* file, int line) in CRYPTO_strndup() 65 size_t OPENSSL_strnlen(const char *str, size_t maxlen) in OPENSSL_strnlen() 123 int OPENSSL_strtoul(const char *str, char **endptr, int base, in OPENSSL_strtoul() 206 const char *str, const char sep) in hexstr2buf_sep() 249 const char *str, const char sep) in OPENSSL_hexstr2buf_ex() 254 unsigned char *ossl_hexstr2buf_sep(const char *str, long *buflen, in ossl_hexstr2buf_sep() 281 unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen) in OPENSSL_hexstr2buf() 286 static int buf2hexstr_sep(char *str, size_t str_n, size_t *strlength, in buf2hexstr_sep() 322 int OPENSSL_buf2hexstr_ex(char *str, size_t str_n, size_t *strlength, in OPENSSL_buf2hexstr_ex()
|
H A D | mem.c | 291 void *CRYPTO_realloc(void *str, size_t num, const char *file, int line) in CRYPTO_realloc() 309 void *CRYPTO_clear_realloc(void *str, size_t old_len, size_t num, in CRYPTO_clear_realloc() 336 void CRYPTO_free(void *str, const char *file, int line) in CRYPTO_free() 347 void CRYPTO_clear_free(void *str, size_t num, const char *file, int line) in CRYPTO_clear_free() 414 int CRYPTO_mem_leaks_cb(int (*cb)(const char *str, size_t len, void *u), in CRYPTO_mem_leaks_cb()
|
H A D | cpuid.c | 63 static uint64_t ossl_strtouint64(const variant_char *str) in ossl_strtouint64() 80 static variant_char *ossl_strchr(const variant_char *str, char srch) in ossl_strchr()
|
/openssl/crypto/asn1/ |
H A D | a_utf8.c | 28 int UTF8_getc(const unsigned char *str, int len, unsigned long *val) in UTF8_getc() 93 int UTF8_putc(unsigned char *str, int len, unsigned long value) in UTF8_putc()
|
H A D | a_digest.c | 32 unsigned char *str, *p; in ASN1_digest() local 59 unsigned char *str = NULL; in ossl_asn1_item_digest_ex() local
|
H A D | asn1_gen.c | 25 #define ASN1_GEN_STR(str,val) {str, sizeof(str) - 1, val} argument 61 const char *str; member 79 ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf) in ASN1_generate_nconf() 90 ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf) in ASN1_generate_v3() 99 static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth, in generate_v3() 576 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype) in asn1_str2type() 783 int ASN1_str2mask(const char *str, unsigned long *pmask) in ASN1_str2mask()
|
H A D | asn1_lib.c | 251 void ossl_asn1_string_set_bits_left(ASN1_STRING *str, unsigned int num) in ossl_asn1_string_set_bits_left() 257 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) in ASN1_STRING_copy() 270 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str) in ASN1_STRING_dup() 286 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len_in) in ASN1_STRING_set() 339 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0()
|
H A D | a_strex.c | 261 const ASN1_STRING *str) in do_dump() 330 const ASN1_STRING *str) in do_print_ex() 588 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex() 594 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex_fp() 607 ASN1_STRING stmp, *str = &stmp; in ASN1_STRING_to_UTF8() local
|
H A D | tasn_prn.c | 369 const char *str; in asn1_print_boolean() local 391 static int asn1_print_integer(BIO *out, const ASN1_INTEGER *str) in asn1_print_integer() 417 static int asn1_print_obstring(BIO *out, const ASN1_STRING *str, int indent) in asn1_print_obstring() 437 ASN1_STRING *str; in asn1_primitive_print() local
|
/openssl/crypto/buffer/ |
H A D | buffer.c | 56 static char *sec_alloc_realloc(BUF_MEM *str, size_t len) in sec_alloc_realloc() 71 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() 107 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len) in BUF_MEM_grow_clean()
|
/openssl/crypto/des/ |
H A D | str2key.c | 19 void DES_string_to_key(const char *str, DES_cblock *key) in DES_string_to_key() 46 void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2) in DES_string_to_2keys()
|
/openssl/include/openssl/ |
H A D | pem.h | 104 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 105 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 109 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 179 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument 184 # define IMPLEMENT_PEM_write_const(name, type, str, asn1) \ argument 189 # define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \ argument 194 # define IMPLEMENT_PEM_write_cb_const(name, type, str, asn1) \ argument 199 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument 203 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument 208 # define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \ argument [all …]
|
/openssl/crypto/x509/ |
H A D | v3_skid.c | 34 X509V3_CTX *ctx, const char *str) in s2i_ASN1_OCTET_STRING() 92 X509V3_CTX *ctx, char *str) in s2i_skey_id()
|
H A D | v3_ia5.c | 42 X509V3_CTX *ctx, const char *str) in s2i_ASN1_IA5STRING()
|
H A D | v3_utf8.c | 46 X509V3_CTX *ctx, const char *str) in s2i_ASN1_UTF8STRING()
|
H A D | v3_group_ac.c | 35 static void *s2i_GROUP_AC(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_GROUP_AC()
|
H A D | v3_ind_iss.c | 35 static void *s2i_INDIRECT_ISSUER(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_INDIRECT_ISSUER()
|
H A D | v3_no_ass.c | 35 static void *s2i_NO_ASSERTION(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_NO_ASSERTION()
|
/openssl/test/testutil/ |
H A D | cb.c | 13 int openssl_error_cb(const char *str, size_t len, void *u) in openssl_error_cb()
|
/openssl/crypto/err/ |
H A D | err_prn.c | 20 void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u), in ERR_print_errors_cb() 150 char *str; in ERR_add_error_mem_bio() local 166 static int print_bio(const char *str, size_t len, void *bp) in print_bio()
|
/openssl/crypto/engine/ |
H A D | tb_asnmth.c | 140 const char *str, in ENGINE_get_pkey_asn1_meth_str() 164 const char *str; member 189 const char *str, in ENGINE_pkey_asn1_find_str()
|
/openssl/include/internal/ |
H A D | common.h | 58 #define HAS_PREFIX(str, pre) (strncmp(str, pre "", sizeof(pre) - 1) == 0) argument 60 #define CHECK_AND_SKIP_PREFIX(str, pre) \ argument 65 #define CHECK_AND_SKIP_CASE_PREFIX(str, pre) \ argument 68 #define HAS_CASE_SUFFIX(str, suffix) (strlen(str) < sizeof(suffix) - 1 ? 0 : \ argument
|
/openssl/crypto/cms/ |
H A D | cms_ess.c | 28 ASN1_STRING *str; in IMPLEMENT_ASN1_FUNCTIONS() local 55 ASN1_STRING *str; in ossl_cms_signerinfo_get_signing_cert() local 82 ASN1_STRING *str; in ossl_cms_signerinfo_get_signing_cert_v2() local
|
/openssl/ssl/quic/ |
H A D | json_enc.c | 635 json_write_qstring_inner(OSSL_JSON_ENC *json, const char *str, size_t str_len, in json_write_qstring_inner() 715 json_write_qstring(OSSL_JSON_ENC *json, const char *str) in json_write_qstring() 721 json_write_qstring_len(OSSL_JSON_ENC *json, const char *str, size_t str_len) in json_write_qstring_len() 726 void ossl_json_str(OSSL_JSON_ENC *json, const char *str) in ossl_json_str() 735 void ossl_json_str_len(OSSL_JSON_ENC *json, const char *str, size_t str_len) in ossl_json_str_len()
|