Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/openssl/crypto/rc5/
H A Drc5_local.h20 #define c2ln(c,l1,l2,n) { \ argument
50 #define l2cn(l1,l2,c,n) { \ argument
72 #define n2ln(c,l1,l2,n) { \ argument
95 #define l2nn(l1,l2,c,n) { \ argument
129 # define ROTATE_l32(a,n) _lrotl(a,n) argument
130 # define ROTATE_r32(a,n) _lrotr(a,n) argument
132 # define ROTATE_l32(a,n) _rotl(a,n) argument
133 # define ROTATE_r32(a,n) _rotr(a,n) argument
136 # define ROTATE_l32(a,n) ({ register unsigned int ret; \ argument
168 #define E_RC5_32(a,b,s,n) \ argument
[all …]
/openssl/crypto/ec/
H A Decp_s390x_nistp.c32 #define S390X_OFF_RES_X(n) (0 * n) argument
33 #define S390X_OFF_RES_Y(n) (1 * n) argument
34 #define S390X_OFF_SRC_X(n) (2 * n) argument
35 #define S390X_OFF_SRC_Y(n) (3 * n) argument
36 #define S390X_OFF_SCALAR(n) (4 * n) argument
39 #define S390X_OFF_R(n) (0 * n) argument
40 #define S390X_OFF_S(n) (1 * n) argument
41 #define S390X_OFF_H(n) (2 * n) argument
42 #define S390X_OFF_K(n) (3 * n) argument
43 #define S390X_OFF_X(n) (3 * n) argument
[all …]
/openssl/crypto/sha/
H A Dsha1_one.c23 unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md) in ossl_sha1()
38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) in SHA1()
47 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) in SHA224()
56 unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md) in SHA256()
65 unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md) in SHA384()
74 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) in SHA512()
/openssl/crypto/cast/
H A Dcast_local.h22 #define c2ln(c,l1,l2,n) { \ argument
45 #define l2cn(l1,l2,c,n) { \ argument
60 #define n2ln(c,l1,l2,n) { \ argument
83 #define l2nn(l1,l2,c,n) { \ argument
117 # define ROTL(a,n) (_lrotl(a,n)) argument
119 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) argument
130 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
146 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
168 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
/openssl/include/internal/
H A Dsockets.h143 # define readsocket(s,b,n) recv((s),(b),(n),0) argument
144 # define writesocket(s,b,n) send((s),(b),(n),0) argument
149 # define readsocket(s,b,n) read_s(s,b,n) argument
150 # define writesocket(s,b,n) send(s,b,n,0) argument
154 # define readsocket(s,b,n) recv((s),(b),(n),0) argument
155 # define writesocket(s,b,n) send((s),(b),(n),0) argument
159 # define readsocket(s,b,n) read((s),(b),(n)) argument
167 # define readsocket(s,b,n) read((s),(b),(n)) argument
168 # define writesocket(s,b,n) write((s),(b),(n)) argument
175 # define readsocket(s,b,n) read((s),(b),(n)) argument
[all …]
H A Dtsan_assist.h63 # define tsan_add(ptr, n) atomic_fetch_add_explicit((ptr), (n), memory_order_relaxed) argument
75 # define tsan_add(ptr, n) __atomic_fetch_add((ptr), (n), __ATOMIC_RELAXED) argument
118 # define tsan_add(ptr, n) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), (n)) \ argument
121 # define tsan_add(ptr, n) _InterlockedExchangeAdd((ptr), (n)) argument
141 # define tsan_add(ptr, n) (*(ptr) += (n)) argument
/openssl/crypto/rc2/
H A Drc2_local.h18 #define c2ln(c,l1,l2,n) { \ argument
48 #define l2cn(l1,l2,c,n) { \ argument
70 #define n2ln(c,l1,l2,n) { \ argument
93 #define l2nn(l1,l2,c,n) { \ argument
126 #define C_RC2(n) \ argument
/openssl/crypto/modes/
H A Dctr128.c29 u32 n = 16, c = 1; in ctr128_inc() local
42 size_t *data, c, d, n; in ctr128_inc_aligned() local
79 unsigned int n; in CRYPTO_ctr128_encrypt() local
140 u32 n = 12, c = 1; in ctr96_inc() local
156 unsigned int n, ctr32; in CRYPTO_ctr128_encrypt_ctr32() local
H A Dcfb128.c30 unsigned int n; in CRYPTO_cfb128_encrypt() local
155 int n, rem, num; in cfbr_encrypt_block() local
191 size_t n; in CRYPTO_cfb128_1_encrypt() local
207 size_t n; in CRYPTO_cfb128_8_encrypt() local
/openssl/include/crypto/
H A Dmd32_common.h100 # define ROTATE(a,n) (((a)<<(n))|(((a)&0xffffffff)>>(32-(n)))) argument
108 # define ROTATE(x, n) ({ MD32_REG_T ret; \ argument
115 # define ROTATE(x, n) ({ MD32_REG_T ret; \ argument
159 size_t n; in HASH_UPDATE() local
220 size_t n = c->num; in HASH_FINAL() local
/openssl/test/
H A Dctype_internal_test.c28 static int test_ctype_chars(int n) in test_ctype_chars()
66 static int test_ctype_toupper(int n) in test_ctype_toupper()
72 static int test_ctype_tolower(int n) in test_ctype_tolower()
H A Dx509_dup_cert_test.c17 static int test_509_dup_cert(int n) in test_509_dup_cert()
38 size_t n; in setup_tests() local
H A Dstack_test.c30 int n; member
35 int n; member
57 const int n = OSSL_NELEM(v); in test_int_stack() local
177 const int n = OSSL_NELEM(v); in test_uchar_stack() local
276 const int n = OSSL_NELEM(v); in test_SS_stack() local
349 const int n = OSSL_NELEM(v); in test_SU_stack() local
H A Dlhash_test.c48 static int int_find(int n) in int_find()
60 const int n = int_find(*v); in int_doall() local
70 const int n = int_find(*p); in int_doall_arg() local
191 const unsigned int n = 2500000; in test_stress() local
H A Dbftest.c293 static int test_bf_ecb_raw(int n) in test_bf_ecb_raw()
314 static int test_bf_ecb(int n) in test_bf_ecb()
333 static int test_bf_set_key(int n) in test_bf_set_key()
377 int n, ret = 1; in test_bf_cfb64() local
409 int n, ret = 1; in test_bf_ofb64() local
460 int n; in setup_tests() local
H A Dsparse_array_test.c32 ossl_uintmax_t n; in test_sparse_array() member
71 ossl_uintmax_t n; in test_sparse_array_num() member
98 ossl_uintmax_t n; member
111 static void leaf_check_all(ossl_uintmax_t n, char *value, void *arg) in leaf_check_all()
127 static void leaf_delete(ossl_uintmax_t n, char *value, void *arg) in leaf_delete()
H A Dparams_api_test.c152 static int test_param_int(int n) in test_param_int()
179 static int test_param_long(int n) in test_param_long()
206 static int test_param_uint(int n) in test_param_uint()
232 static int test_param_ulong(int n) in test_param_ulong()
259 static int test_param_int32(int n) in test_param_int32()
286 static int test_param_uint32(int n) in test_param_uint32()
313 static int test_param_int64(int n) in test_param_int64()
340 static int test_param_uint64(int n) in test_param_uint64()
367 static int test_param_size_t(int n) in test_param_size_t()
394 static int test_param_time_t(int n) in test_param_time_t()
[all …]
/openssl/crypto/des/
H A Ddes_local.h35 # define c2ln(c,l1,l2,n) { \ argument
78 # define l2cn(l1,l2,c,n) { \ argument
100 # define ROTATE(a,n) (_lrotr(a,n)) argument
102 # define ROTATE(a,n) (_rotr(a,n)) argument
105 # define ROTATE(a,n) ({ register unsigned int ret; \ argument
114 # define ROTATE(x, n) ({ register unsigned int ret; \ argument
120 # define ROTATE(x, n) ({ register unsigned int ret; \ argument
128 # define ROTATE(a,n) (((a)>>(n))+((a)<<(32-(n)))) argument
210 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument
/openssl/crypto/pkcs12/
H A Dp12_key.c20 int saltlen, int id, int iter, int n, in PKCS12_key_gen_asc_ex()
42 int saltlen, int id, int iter, int n, in PKCS12_key_gen_asc()
50 int saltlen, int id, int iter, int n, in PKCS12_key_gen_utf8_ex()
72 int saltlen, int id, int iter, int n, in PKCS12_key_gen_utf8()
80 int saltlen, int id, int iter, int n, in PKCS12_key_gen_uni_ex()
134 int saltlen, int id, int iter, int n, in PKCS12_key_gen_uni()
/openssl/crypto/bn/
H A Dbn_shift.c81 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) in BN_lshift()
104 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_lshift_fixed_top()
150 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) in BN_rshift()
173 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_rshift_fixed_top()
/openssl/crypto/x509/
H A Dv3_admis.c205 const ASN1_OBJECT *NAMING_AUTHORITY_get0_authorityId(const NAMING_AUTHORITY *n) in NAMING_AUTHORITY_get0_authorityId()
210 void NAMING_AUTHORITY_set0_authorityId(NAMING_AUTHORITY *n, ASN1_OBJECT* id) in NAMING_AUTHORITY_set0_authorityId()
217 const NAMING_AUTHORITY *n) in NAMING_AUTHORITY_get0_authorityURL()
222 void NAMING_AUTHORITY_set0_authorityURL(NAMING_AUTHORITY *n, ASN1_IA5STRING* u) in NAMING_AUTHORITY_set0_authorityURL()
229 const NAMING_AUTHORITY *n) in NAMING_AUTHORITY_get0_authorityText()
234 void NAMING_AUTHORITY_set0_authorityText(NAMING_AUTHORITY *n, ASN1_STRING* t) in NAMING_AUTHORITY_set0_authorityText()
/openssl/crypto/
H A Dsparse_array.c76 const int n = i[l]; in sa_doall() local
105 static void sa_free_leaf(ossl_uintmax_t n, void *p, void *arg) in sa_free_leaf()
129 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline()
156 void *ossl_sa_get(const OPENSSL_SA *sa, ossl_uintmax_t n) in ossl_sa_get()
182 ossl_uintmax_t n = posn; in ossl_sa_set() local
/openssl/crypto/txt_db/
H A Dtxt_db.c25 int i, add, n; in TXT_DB_read() local
155 int i, n; in TXT_DB_create_index() local
192 long i, j, n, nn, l, tot = 0; in TXT_DB_write() local
284 int i, n; in TXT_DB_free() local
/openssl/crypto/chacha/
H A Dchacha_enc.c25 # define ROTATE(v, n) (((v) << (n)) | ((v) >> (32 - (n)))) argument
33 # define ROTATE(x, n) ({ u32 ret; \ argument
40 # define ROTATE(x, n) ({ u32 ret; \ argument
/openssl/test/testutil/
H A Doptions.c39 char *test_get_argument(size_t n) in test_get_argument()
54 int n, arg_count = opt_num_rest(); in opt_check_usage() local

Completed in 56 milliseconds

12345678910>>...12