/openssl-master/test/ |
A D | sha_test.c | 39 static const unsigned char output[SHA_DIGEST_LENGTH] = { in test_static_sha1() local 50 static const unsigned char output[SHA224_DIGEST_LENGTH] = { in test_static_sha224() local 62 static const unsigned char output[SHA256_DIGEST_LENGTH] = { in test_static_sha256() local 74 static const unsigned char output[SHA384_DIGEST_LENGTH] = { in test_static_sha384() local 88 static const unsigned char output[SHA512_DIGEST_LENGTH] = { in test_static_sha512() local
|
A D | rc4test.c | 50 static unsigned char output[6][30] = { variable
|
A D | siphash_internal_test.c | 261 unsigned char output[SIPHASH_MAX_DIGEST_SIZE]; in test_siphash_basic() local
|
A D | evp_test.c | 335 unsigned char *output; member 1125 unsigned char *output; member 1601 unsigned char *output; member 2138 unsigned char *output; member 2285 unsigned char *output; member 2561 unsigned char *output; member 2710 unsigned char *output; member 3044 unsigned char *output; /* Expected output */ member
|
A D | evp_kdf_test.c | 1223 static unsigned char output[] = { in test_kdf_kbkdf_8009_prf1() local 1265 static unsigned char output[] = { in test_kdf_kbkdf_8009_prf2() local 1329 static unsigned char output[] = { in test_kdf_kbkdf_fixedinfo() local
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2any.c | 1065 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument 1075 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument 1085 #define DO_PARAMETERS(impl, type, kind, output) \ argument 1128 #define DO_PrivateKeyInfo(impl, type, output) \ argument 1132 #define DO_EncryptedPrivateKeyInfo(impl, type, output) \ argument 1137 #define DO_SubjectPublicKeyInfo(impl, type, output) \ argument 1191 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument 1201 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument 1205 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument 1208 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument [all …]
|
A D | encode_key2ms.c | 173 #define MAKE_MS_ENCODER(impl, output, type) \ argument
|
/openssl-master/crypto/des/ |
A D | ecb3_enc.c | 18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb3_encrypt()
|
A D | ecb_enc.c | 36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb_encrypt()
|
A D | cbc_cksm.c | 18 DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output, in DES_cbc_cksum()
|
A D | pcbc_enc.c | 18 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, in DES_pcbc_encrypt()
|
A D | qud_cksm.c | 34 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], in DES_quad_cksum()
|
A D | des_enc.c | 200 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, in DES_ede3_cbc_encrypt()
|
/openssl-master/crypto/chacha/ |
A D | chacha_enc.c | 43 static void chacha20_core(chacha_buf *output, const u32 input[16]) in chacha20_core()
|
/openssl-master/apps/ |
A D | passwd.c | 446 char *output; in md5crypt() local
|
/openssl-master/engines/ |
A D | e_padlock.c | 684 static int padlock_rand_bytes(unsigned char *output, int count) in padlock_rand_bytes()
|
/openssl-master/crypto/ec/curve448/ |
A D | curve448.c | 608 static void prepare_wnaf_table(pniels_t * output, in prepare_wnaf_table()
|
/openssl-master/crypto/ec/ |
A D | ecp_nistp224.c | 535 widelimb output[5]; in felem_reduce() local
|