Searched refs:value (Results 1 – 4 of 4) sorted by relevance
| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | e_os2.h | 294 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ argument 296 { static type _hide_##name=value; return &_hide_##name; } 300 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
|
| D | asn1.h | 552 } value; member 779 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value); 780 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value); 819 int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value); 829 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value, 880 int UTF8_putc(unsigned char *str, int len, unsigned long value);
|
| D | crypto.h | 177 void *value; /* Not used for flag attributes */ member
|
| D | evp.h | 1221 const char *value); 1365 const char *value));
|