/openssl/test/ |
H 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
|
H A D | rc4test.c | 50 static unsigned char output[6][30] = { variable
|
H A D | siphash_internal_test.c | 261 unsigned char output[SIPHASH_MAX_DIGEST_SIZE]; in test_siphash_basic() local
|
H A D | evp_kdf_test.c | 1303 static unsigned char output[] = { in test_kdf_kbkdf_8009_prf1() local 1345 static unsigned char output[] = { in test_kdf_kbkdf_8009_prf2() local 1408 static unsigned char output[] = { in test_kdf_kbkdf_fixedinfo() local 1526 static unsigned char output[] = { in test_kdf_kbkdf_kmac() local 1993 static const unsigned char output[] = { in test_kbkdf_mac_change() local
|
H A D | evp_test.c | 647 unsigned char *output; member 1575 unsigned char *output; member 2124 unsigned char *output; member 2349 unsigned char *output; member 3108 unsigned char *output; member 3280 unsigned char *output; member 3573 unsigned char *output; member 3812 unsigned char *output; member 4204 unsigned char *output; /* Expected output */ member
|
H A D | tls-provider.c | 1862 #define DO_ENC_PRIVATE_KEY(impl, type, kind, output) \ argument 1871 #define DO_ENC_PUBLIC_KEY(impl, type, kind, output) \ argument 1880 #define DO_ENC_PARAMETERS(impl, type, kind, output) \ argument 1922 #define DO_ENC_PrivateKeyInfo(impl, type, output) \ argument 1926 #define DO_ENC_EncryptedPrivateKeyInfo(impl, type, output) \ argument 1931 #define DO_ENC_SubjectPublicKeyInfo(impl, type, output) \ argument 1951 #define MAKE_ENCODER(impl, type, kind, output) \ argument
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 1074 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument 1084 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument 1094 #define DO_PARAMETERS(impl, type, kind, output) \ argument 1137 #define DO_PrivateKeyInfo(impl, type, output) \ argument 1141 #define DO_EncryptedPrivateKeyInfo(impl, type, output) \ argument 1146 #define DO_SubjectPublicKeyInfo(impl, type, output) \ argument 1200 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument 1210 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument 1214 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument 1217 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument [all …]
|
H A D | encode_key2ms.c | 179 #define MAKE_MS_ENCODER(impl, output, type) \ argument
|
/openssl/crypto/des/ |
H A D | ecb3_enc.c | 18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb3_encrypt()
|
H A D | ecb_enc.c | 36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb_encrypt()
|
H A D | cbc_cksm.c | 18 DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output, in DES_cbc_cksum()
|
H A D | pcbc_enc.c | 18 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, in DES_pcbc_encrypt()
|
H A D | qud_cksm.c | 34 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], in DES_quad_cksum()
|
H A D | des_enc.c | 200 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, in DES_ede3_cbc_encrypt()
|
/openssl/crypto/chacha/ |
H A D | chacha_enc.c | 65 static void chacha20_core(chacha_buf *output, const u32 input[16]) in chacha20_core()
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_siv_hw.c | 28 uint8_t output[BLOCK_SIZE]; in aes_gcm_siv_initkey() local
|
/openssl/apps/ |
H A D | passwd.c | 446 char *output; in md5crypt() local
|
/openssl/engines/ |
H A D | e_padlock.c | 695 static int padlock_rand_bytes(unsigned char *output, int count) in padlock_rand_bytes()
|
/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 616 static void prepare_wnaf_table(pniels_t *output, in prepare_wnaf_table()
|
/openssl/crypto/ec/ |
H A D | ecp_nistp224.c | 534 widelimb output[5]; in felem_reduce() local
|
/openssl/providers/implementations/kdfs/ |
H A D | argon2.c | 339 static void store_block(void *output, const BLOCK *src) in store_block()
|