Searched refs:output (Results 1 – 9 of 9) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | des.h | 132 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, 135 DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output, 139 void DES_cbc_encrypt(const unsigned char *input, unsigned char *output, 142 void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output, 145 void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output, 152 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, 181 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, 216 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, 219 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
|
A D | des_old.h | 339 _ossl_old_des_cblock *output, 344 _ossl_old_des_cblock *output, long length, 348 _ossl_old_des_cblock *output, long length, 352 _ossl_old_des_cblock *output, long length, 356 _ossl_old_des_cblock *output, long length, 366 _ossl_old_des_cblock *output, 379 _ossl_old_des_cblock *output, long length, 419 _ossl_old_des_cblock *output, long length, 423 _ossl_old_des_cblock *output, long length,
|
/optee_test-3.20.0/host/xtest/gp/patches/ |
A D | 0006-TTA_TCF-fix-CmdTEEGetPropertyA-_withoutEnum.patch | 43 /* Read the output parameters */ 70 /* if all input/output data are correct */ 97 /* if all input/output data are correct */ 124 /* Read the output parameters */ 151 /* Read the output parameters */ 178 /* Read the output parameters */
|
/optee_test-3.20.0/ta/ |
A D | Makefile | 8 $(error invalid output directory (O=$(O)))
|
/optee_test-3.20.0/ta/crypt/ |
A D | mbedtls_taf.c | 115 static int f_rng(void *rng __unused, unsigned char *output, size_t output_len) in f_rng() argument 117 TEE_GenerateRandom(output, output_len); in f_rng()
|
/optee_test-3.20.0/ |
A D | Makefile | 7 $(error invalid output directory (O=$(O)))
|
/optee_test-3.20.0/host/xtest/ |
A D | Makefile | 8 $(error invalid output directory (O=$(O)))
|
A D | LICENSE | 74 running the Program is not restricted, and the output from the Program 312 If the program is interactive, make it output a short notice like this
|
A D | pkcs11_1000.c | 1665 #define CKTEST_MAC_TEST(key, mecha, input_incr, input, output, incr) { \ argument 1672 .out = output, \ 1673 .out_len = ARRAY_SIZE(output), \ 1677 #define CKTEST_CMAC_TEST(key, mecha, input_incr, input, output, incr) { \ argument 1684 .out = output, \ 1685 .out_len = ARRAY_SIZE(output), \
|
Completed in 24 milliseconds