Home
last modified time | relevance | path

Searched defs:output (Results 1 – 21 of 21) sorted by relevance

/openssl/test/
H A Dsha_test.c39 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 Drc4test.c50 static unsigned char output[6][30] = { variable
H A Dsiphash_internal_test.c261 unsigned char output[SIPHASH_MAX_DIGEST_SIZE]; in test_siphash_basic() local
H A Devp_kdf_test.c1303 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 Devp_test.c647 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 Dtls-provider.c1862 #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 Dencode_key2any.c1074 #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 Dencode_key2ms.c179 #define MAKE_MS_ENCODER(impl, output, type) \ argument
/openssl/crypto/des/
H A Decb3_enc.c18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb3_encrypt()
H A Decb_enc.c36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb_encrypt()
H A Dcbc_cksm.c18 DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output, in DES_cbc_cksum()
H A Dpcbc_enc.c18 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, in DES_pcbc_encrypt()
H A Dqud_cksm.c34 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], in DES_quad_cksum()
H A Ddes_enc.c200 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, in DES_ede3_cbc_encrypt()
/openssl/crypto/chacha/
H A Dchacha_enc.c65 static void chacha20_core(chacha_buf *output, const u32 input[16]) in chacha20_core()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c28 uint8_t output[BLOCK_SIZE]; in aes_gcm_siv_initkey() local
/openssl/apps/
H A Dpasswd.c446 char *output; in md5crypt() local
/openssl/engines/
H A De_padlock.c695 static int padlock_rand_bytes(unsigned char *output, int count) in padlock_rand_bytes()
/openssl/crypto/ec/curve448/
H A Dcurve448.c616 static void prepare_wnaf_table(pniels_t *output, in prepare_wnaf_table()
/openssl/crypto/ec/
H A Decp_nistp224.c534 widelimb output[5]; in felem_reduce() local
/openssl/providers/implementations/kdfs/
H A Dargon2.c339 static void store_block(void *output, const BLOCK *src) in store_block()

Completed in 154 milliseconds