Home
last modified time | relevance | path

Searched refs:x (Results 1 – 4 of 4) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dasn1.h341 int fname##_print_ctx(BIO *out, stname *x, int indent, \
575 # define M_ASN1_STRING_length(x) ((x)->length) argument
576 # define M_ASN1_STRING_length_set(x, n) ((x)->length = (n)) argument
577 # define M_ASN1_STRING_type(x) ((x)->type) argument
578 # define M_ASN1_STRING_data(x) ((x)->data) argument
809 int ASN1_STRING_length(const ASN1_STRING *x);
810 void ASN1_STRING_length_set(ASN1_STRING *x, int n);
811 int ASN1_STRING_type(ASN1_STRING *x);
812 unsigned char *ASN1_STRING_data(ASN1_STRING *x);
841 ASN1_INTEGER *ASN1_INTEGER_dup(const ASN1_INTEGER *x);
[all …]
Devp.h695 int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *x, int keylen);
931 const char *from, const char *to, void *x),
935 const char *to, void *x), void *arg);
938 const char *from, const char *to, void *x),
942 const char *to, void *x), void *arg);
Dbio.h792 # define __bio_h__attr__(x) argument
Dbn.h629 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,