Searched refs:l (Results 1 – 4 of 4) sorted by relevance
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | asn1.h | 652 # define M_d2i_ASN1_PRINTABLE(a,pp,l) \ argument 653 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \ 660 # define M_d2i_DIRECTORYSTRING(a,pp,l) \ argument 661 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \ 668 # define M_d2i_DISPLAYTEXT(a,pp,l) \ argument 669 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \ 678 # define M_d2i_ASN1_PRINTABLESTRING(a,pp,l) \ argument 680 ((ASN1_STRING **)a,pp,l,B_ASN1_PRINTABLESTRING) 688 # define M_d2i_ASN1_T61STRING(a,pp,l) \ argument 690 ((ASN1_STRING **)a,pp,l,B_ASN1_T61STRING) [all …]
|
D | crypto.h | 480 struct CRYPTO_dynlock_value *l, 483 (struct CRYPTO_dynlock_value *l, 489 *l, const char *file, 492 *l, const char *file,
|
D | evp.h | 550 # define EVP_ENCODE_LENGTH(l) (((l+2)/3*4)+(l/48+1)*2+80) argument 551 # define EVP_DECODE_LENGTH(l) ((l+3)/4*3+80) argument
|
D | bn.h | 852 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
|