| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | bio.h | 244 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument 245 # define BIO_set_retry_special(b) \ argument 247 # define BIO_set_retry_read(b) \ argument 249 # define BIO_set_retry_write(b) \ argument 253 # define BIO_clear_retry_flags(b) \ argument 255 # define BIO_get_retry_flags(b) \ argument 475 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name) argument 476 # define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1,(char *)port) argument 477 # define BIO_set_conn_ip(b,ip) BIO_ctrl(b,BIO_C_SET_CONNECT,2,(char *)ip) argument 478 # define BIO_set_conn_int_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,3,(char *)port) argument [all …]
|
| D | evp.h | 553 # define EVP_SignInit_ex(a,b,c) EVP_DigestInit_ex(a,b,c) argument 554 # define EVP_SignInit(a,b) EVP_DigestInit(a,b) argument 555 # define EVP_SignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument 556 # define EVP_VerifyInit_ex(a,b,c) EVP_DigestInit_ex(a,b,c) argument 557 # define EVP_VerifyInit(a,b) EVP_DigestInit(a,b) argument 558 # define EVP_VerifyUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument 559 # define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e) argument 560 # define EVP_SealUpdate(a,b,c,d,e) EVP_EncryptUpdate(a,b,c,d,e) argument 561 # define EVP_DigestSignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument 562 # define EVP_DigestVerifyUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument [all …]
|
| D | bn.h | 286 # define BN_set_flags(b,n) ((b)->flags|=(n)) argument 287 # define BN_get_flags(b,n) ((b)->flags&(n)) argument 293 # define BN_with_flags(dest,b,n) ((dest)->d=(b)->d, \ argument 385 # define BN_prime_checks_for_size(b) ((b) >= 1300 ? 2 : \ argument 649 # define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b) argument 673 # define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) argument
|
| D | asn1.h | 586 # define M_ASN1_BIT_STRING_cmp(a,b) ASN1_STRING_cmp(\ argument 588 # define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) argument 595 # define M_ASN1_INTEGER_cmp(a,b) ASN1_STRING_cmp(\ argument 603 # define M_ASN1_ENUMERATED_cmp(a,b) ASN1_STRING_cmp(\ argument 611 # define M_ASN1_OCTET_STRING_cmp(a,b) ASN1_STRING_cmp(\ argument 613 # define M_ASN1_OCTET_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) argument 614 # define M_ASN1_OCTET_STRING_print(a,b) ASN1_STRING_print(a,(ASN1_STRING *)b) argument
|
| D | crypto.h | 253 # define CRYPTO_add(a,b,c) ((*(a))+=(b)) argument
|
| D | objects.h | 991 # define OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c) argument
|