Searched refs:d (Results 1 – 5 of 5) sorted by relevance
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | bn.h | 293 # define BN_with_flags(dest,b,n) ((dest)->d=(b)->d, \ 314 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit member 401 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \ 406 # define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) 463 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, 465 # define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) argument 466 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx); 791 memcpy(&_not_const, &_bnum1->d, sizeof(BN_ULONG*)); \ 809 (_bnum2->d[_bnum2->top - 1] != 0)); \ 841 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \ [all …]
|
D | evp.h | 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 596 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d, size_t cnt);
|
D | asn1.h | 818 int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length);
|
/babblesim_ext_libCryptov1-latest/ |
D | .gitignore | 2 *.d
|
/babblesim_ext_libCryptov1-latest/docs/ |
D | LICENSE | 252 (d) If the Work includes a "NOTICE" text file as part of its
|