Home
last modified time | relevance | path

Searched refs:n (Results 1 – 6 of 6) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbn.h286 # 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
300 | (n)))
456 void BN_set_negative(BIGNUM *b, int n);
480 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m,
482 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);
494 int BN_is_bit_set(const BIGNUM *a, int n);
495 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n);
514 int BN_mask_bits(BIGNUM *a, int n);
[all …]
Dstack.h75 # define M_sk_value(sk,n) ((sk) ? (sk)->data[n] : NULL) argument
Dbio.h484 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument
490 # define BIO_set_nbio_accept(b,n) BIO_ctrl(b,BIO_C_SET_ACCEPT,1,(n)?(void *)"a":NULL) argument
798 int BIO_snprintf(char *buf, size_t n, const char *format, ...)
800 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
Devp.h578 # define EVP_add_cipher_alias(n,alias) \ argument
579 OBJ_NAME_add((alias),OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS,(n))
580 # define EVP_add_digest_alias(n,alias) \ argument
581 OBJ_NAME_add((alias),OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS,(n))
682 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);
689 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
Dobjects.h1008 ASN1_OBJECT *OBJ_nid2obj(int n);
1009 const char *OBJ_nid2ln(int n);
1010 const char *OBJ_nid2sn(int n);
Dasn1.h576 # define M_ASN1_STRING_length_set(x, n) ((x)->length = (n)) argument
810 void ASN1_STRING_length_set(ASN1_STRING *x, int n);
819 int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value);
820 int ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *a, int n);