Searched refs:str (Results 1 – 5 of 5) sorted by relevance
| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | asn1.h | 799 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str); 807 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len); 808 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len); 850 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str); 862 int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str); 870 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data, 879 int UTF8_getc(const unsigned char *str, int len, unsigned long *val); 880 int UTF8_putc(unsigned char *str, int len, unsigned long value); 902 int ASN1_TIME_set_string(ASN1_TIME *s, const char *str); 1007 int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags); [all …]
|
| D | crypto.h | 382 # define OPENSSL_strdup(str) CRYPTO_strdup((str),__FILE__,__LINE__) argument 535 char *CRYPTO_strdup(const char *str, const char *file, int line);
|
| D | bn.h | 533 int BN_hex2bn(BIGNUM **a, const char *str); 534 int BN_dec2bn(BIGNUM **a, const char *str); 535 int BN_asc2bn(BIGNUM **a, const char *str);
|
| D | bio.h | 749 int BIO_get_port(const char *str, unsigned short *port_ptr); 750 int BIO_get_host_ip(const char *str, unsigned char *ip);
|
| D | evp.h | 956 int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len); 1069 const char *str, int len);
|