Home
last modified time | relevance | path

Searched defs:n (Results 101 – 125 of 293) sorted by relevance

12345678910>>...12

/openssl/crypto/async/arch/
H A Dasync_win.h27 # define async_fibre_swapcontext(o,n,r) \ argument
/openssl/test/
H A Dproperty_test.c28 static int add_property_names(const char *n, ...) in add_property_names()
146 static int test_property_parse(int n) in test_property_parse()
209 static int test_property_parse_error(int n) in test_property_parse_error()
259 static int test_property_merge(int n) in test_property_merge()
322 static int test_definition_compares(int n) in test_definition_compares()
H A Dx509aux.c173 size_t n; in setup_tests() local
H A Dsha_test.c17 size_t n, in test_static_sha_common()
/openssl/crypto/cast/
H A Dc_skey.c20 #define CAST_exp(l,A,a,n) \ argument
/openssl/crypto/x509/
H A Dpcy_lib.c60 int n; in X509_policy_level_node_count() local
H A Dx509_obj.c29 int n, lold, l, l1, l2, num, j, type; in X509_NAME_oneline() local
H A Dv3_akid.c101 int i, n = sk_CONF_VALUE_num(values); in v2i_AUTHORITY_KEYID() local
H A Dx509name.c71 int n; in X509_NAME_get_index_by_OBJ() local
101 int i, n, set_prev, set_next; in X509_NAME_delete_entry() local
189 int n, i, inc; in X509_NAME_add_entry() local
/openssl/crypto/aes/
H A Daes_ige.c52 size_t n; in AES_ige_encrypt() local
191 size_t n; in AES_bi_ige_encrypt() local
H A Daes_x86core.c96 # define ROTATE(a,n) _lrotl(a,n) argument
98 # define ROTATE(a,n) _rotl(a,n) argument
101 # define ROTATE(a,n) ({ register unsigned int ret; \ argument
/openssl/crypto/des/
H A Dcfb_enc.c36 register int num = numbits / 8, n = (numbits + 7) / 8, i, rem = in DES_cfb_encrypt() local
/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_hw.c45 unsigned int n, rem, ctr32; in chacha20_cipher() local
H A Dcipher_aes_gcm_siv.h62 static ossl_inline uint32_t GSWAP4(uint32_t n) in GSWAP4()
69 static ossl_inline uint64_t GSWAP8(uint64_t n) in GSWAP8()
/openssl/crypto/evp/
H A Dencode.c306 int seof = 0, eof = 0, rv = -1, ret = 0, i, v, tmp, n, decoded_len; in EVP_DecodeUpdate() local
414 const unsigned char *f, int n) in evp_decodeblock_int()
459 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n) in EVP_DecodeBlock()
/openssl/crypto/stack/
H A Dstack.c178 static int sk_reserve(OPENSSL_STACK *st, int n, int exact) in sk_reserve()
225 OPENSSL_STACK *OPENSSL_sk_new_reserve(OPENSSL_sk_compfunc c, int n) in OPENSSL_sk_new_reserve()
245 int OPENSSL_sk_reserve(OPENSSL_STACK *st, int n) in OPENSSL_sk_reserve()
/openssl/crypto/bio/
H A Dbio_dump.c20 #define SPACE(buf, pos, n) (sizeof(buf) - (pos) > (n)) argument
34 int i, j, rows, n; in BIO_dump_indent_cb() local
/openssl/ssl/record/
H A Dssl3_buffer.c13 void SSL3_BUFFER_set_data(SSL3_BUFFER *b, const unsigned char *d, size_t n) in SSL3_BUFFER_set_data()
/openssl/crypto/rsa/
H A Drsa_sign.c77 #define ENCODE_DIGESTINFO_SHA(name, n, sz) \ argument
87 #define ENCODE_DIGESTINFO_MD(name, n, sz) \ argument
/openssl/crypto/
H A Dder_writer.c114 size_t n = 0; in int_put_bytes_uint32() local
137 size_t n = BN_num_bytes(v); in int_put_bytes_bn() local
/openssl/crypto/ts/
H A Dts_lib.c50 int i, critical, n; in TS_ext_print_bio() local
/openssl/apps/
H A Denc.c38 int n; member
129 long n; in enc_main() local
689 int i, n; in set_hex() local
/openssl/include/internal/
H A De_os.h160 # define EXIT(n) exit(n) argument
230 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) argument
244 # define EXIT(n) exit(n) argument
/openssl/include/openssl/
H A Dconf.h.in137 #define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r) argument
/openssl/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c128 BIGNUM *n = NULL, *e = NULL, *d = NULL, *p = NULL, *q = NULL; in dump_key() local

Completed in 85 milliseconds

12345678910>>...12