/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | des_old.h | 152 # define des_cbc_cksum(i,o,l,k,iv)\ argument 154 # define des_cbc_encrypt(i,o,l,k,iv,e)\ argument 174 # define des_enc_read(f,b,l,k,iv)\ argument 176 # define des_enc_write(f,b,l,k,iv)\ argument 188 # define des_ofb_encrypt(i,o,n,l,k,iv)\ argument 192 # define des_quad_cksum(i,o,l,c,s)\ argument 256 # define des_cbc_cksum(i,o,l,k,iv)\ argument 258 # define des_cbc_encrypt(i,o,l,k,iv,e)\ argument 278 # define des_enc_read(f,b,l,k,iv)\ argument 280 # define des_enc_write(f,b,l,k,iv)\ argument [all …]
|
A D | des.h | 117 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument 120 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument 123 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
|
A D | err.h | 241 # define ERR_PACK(l,f,r) (((((unsigned long)l)&0xffL)*0x1000000)| \ argument 244 # define ERR_GET_LIB(l) (int)((((unsigned long)l)>>24L)&0xffL) argument 245 # define ERR_GET_FUNC(l) (int)((((unsigned long)l)>>12L)&0xfffL) argument 246 # define ERR_GET_REASON(l) (int)((l)&0xfffL) argument 247 # define ERR_FATAL_ERROR(l) (int)((l)&ERR_R_FATAL) argument
|
A D | ui_compat.h | 75 # define des_read_pw_string(b,l,p,v) \ argument
|
A D | asn1.h | 652 # define M_d2i_ASN1_PRINTABLE(a,pp,l) \ argument 660 # define M_d2i_DIRECTORYSTRING(a,pp,l) \ argument 668 # define M_d2i_DISPLAYTEXT(a,pp,l) \ argument 678 # define M_d2i_ASN1_PRINTABLESTRING(a,pp,l) \ argument 688 # define M_d2i_ASN1_T61STRING(a,pp,l) \ argument 700 # define M_d2i_ASN1_IA5STRING(a,pp,l) \ argument 728 # define M_d2i_ASN1_GENERALSTRING(a,pp,l) \ argument 738 # define M_d2i_ASN1_UNIVERSALSTRING(a,pp,l) \ argument 748 # define M_d2i_ASN1_BMPSTRING(a,pp,l) \ argument 758 # define M_d2i_ASN1_VISIBLESTRING(a,pp,l) \ argument [all …]
|
A D | rsa.h | 282 # define EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, l, llen) \ argument 286 # define EVP_PKEY_CTX_get0_rsa_oaep_label(ctx, l) \ argument
|
A D | evp.h | 549 # define EVP_ENCODE_LENGTH(l) (((l+2)/3*4)+(l/48+1)*2+80) argument 550 # define EVP_DECODE_LENGTH(l) ((l+3)/4*3+80) argument
|
/optee_test-3.20.0/host/xtest/ |
A D | hash_perf.c | 308 unsigned int l, int random_in, int offset, in hash_perf_run_test() 376 int algo, size_t size, int warmup, int l, int n) in usage() 413 unsigned int l = CRYPTO_DEF_LOOPS; /* Inner loops (-l) */ in hash_perf_runner_cmd_parser() local
|
A D | aes_perf.c | 188 size_t unit, int warmup, unsigned int l, unsigned int n) in usage() 430 unsigned int n, unsigned int l, int input_data_init, in aes_perf_run_test() 556 unsigned int l = CRYPTO_DEF_LOOPS; /* Inner loops (-l) */ in aes_perf_runner_cmd_parser() local
|
A D | rand_stream.c | 49 size_t l = blen; in get_random() local
|
A D | regression_8100.c | 133 int l = 0; in osslerr() local
|
A D | regression_8000.c | 584 #define RFC6070_TEST(l, n) \ in xtest_test_derivation_pbkdf2() argument
|
A D | regression_2000.c | 649 size_t l = 0; in test_200x_udp_accept_cb() local
|