Searched defs:ai (Results 1 – 9 of 9) sorted by relevance
/openssl-master/crypto/x509/ |
A D | v3_tlsf.c | 66 ASN1_INTEGER *ai; in STACK_OF() local 92 ASN1_INTEGER *ai = NULL; in v2i_TLS_FEATURE() local
|
A D | x509_cmp.c | 22 const X509_CINF *ai, *bi; in X509_issuer_and_serial_cmp() local
|
/openssl-master/crypto/bn/asm/ |
A D | s390x.S | 368 #define mul_add_c(ai,bi,c1,c2,c3) \ argument 554 #define sqr_add_c(ai,c1,c2,c3) \ argument 561 #define sqr_add_c2(ai,aj,c1,c2,c3) \ argument
|
/openssl-master/crypto/asn1/ |
A D | a_int.c | 461 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string() 505 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, in asn1_string_to_bn() 564 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() 569 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() 607 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED() 612 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
|
A D | asn1_parse.c | 103 ASN1_INTEGER *ai = NULL; in asn1_parse2() local
|
/openssl-master/crypto/bn/ |
A D | bn_mod.c | 51 size_t i, ai, bi, mtop = m->top; in bn_mod_add_fixed_top() local 135 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top() local
|
/openssl-master/apps/lib/ |
A D | s_socket.c | 83 const BIO_ADDRINFO *ai = NULL; in init_client() local
|
A D | apps.c | 1453 ASN1_INTEGER *ai = NULL; in IMPLEMENT_LHASH_HASH_FN() local 1499 ASN1_INTEGER *ai = NULL; in save_serial() local 1588 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai) in rand_serial()
|
/openssl-master/test/helpers/ |
A D | handshake.c | 1292 const BIO_ADDRINFO *ai = NULL; in create_sctp_socks() local
|
Completed in 24 milliseconds