Searched defs:ai (Results 1 – 17 of 17) sorted by relevance
/openssl/crypto/bn/asm/ |
H 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/crypto/x509/ |
H A D | v3_tlsf.c | 66 ASN1_INTEGER *ai; in STACK_OF() local 92 ASN1_INTEGER *ai = NULL; in v2i_TLS_FEATURE() local
|
H A D | x509_cmp.c | 22 const X509_CINF *ai, *bi; in X509_issuer_and_serial_cmp() local
|
/openssl/crypto/asn1/ |
H A D | a_int.c | 459 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string() 503 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, in asn1_string_to_bn() 562 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() 567 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() 605 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED() 610 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
|
H A D | asn1_parse.c | 103 ASN1_INTEGER *ai = NULL; in asn1_parse2() local
|
/openssl/demos/guide/ |
H A D | tls-client-block.c | 33 const BIO_ADDRINFO *ai = NULL; in create_socket_bio() local
|
H A D | quic-client-block.c | 34 const BIO_ADDRINFO *ai = NULL; in create_socket_bio() local
|
H A D | tls-client-non-block.c | 34 const BIO_ADDRINFO *ai = NULL; in create_socket_bio() local
|
H A D | quic-multi-stream.c | 34 const BIO_ADDRINFO *ai = NULL; in create_socket_bio() local
|
H A D | quic-client-non-block.c | 35 const BIO_ADDRINFO *ai = NULL; in create_socket_bio() local
|
H A D | quic-hq-interop.c | 107 const BIO_ADDRINFO *ai = NULL; in create_socket_bio() local
|
/openssl/crypto/bn/ |
H A D | bn_mod.c | 57 size_t i, ai, bi, mtop = m->top; in bn_mod_add_fixed_top() local 139 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top() local
|
/openssl/test/ |
H A D | bio_tfo_test.c | 204 struct addrinfo *ai = NULL; in test_fd_tfo() local
|
/openssl/util/ |
H A D | quicserver.c | 72 const BIO_ADDRINFO *ai = NULL; in create_dgram_bio() local
|
/openssl/apps/lib/ |
H A D | s_socket.c | 82 const BIO_ADDRINFO *ai = NULL; in init_client() local
|
H A D | apps.c | 1505 ASN1_INTEGER *ai = NULL; in IMPLEMENT_LHASH_HASH_FN() local 1560 ASN1_INTEGER *ai = NULL; in save_serial() local 1649 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai) in rand_serial()
|
/openssl/test/helpers/ |
H A D | handshake.c | 1324 const BIO_ADDRINFO *ai = NULL; in create_sctp_socks() local
|
Completed in 63 milliseconds