Home
last modified time | relevance | path

Searched refs:SHA384_DIGEST_LENGTH (Results 1 – 10 of 10) sorted by relevance

/external/openssh/openbsd-compat/
Dsha2.h54 #define SHA384_DIGEST_LENGTH 48 macro
55 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
100 void SHA384_Final(u_int8_t [SHA384_DIGEST_LENGTH], SHA384_CTX *)
101 __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH)));
Dsha2.c859 SHA384_Final(u_int8_t digest[SHA384_DIGEST_LENGTH], SHA384_CTX *context)
872 memcpy(digest, context->state, SHA384_DIGEST_LENGTH);
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.h53 #define SHA384_DIGEST_LENGTH 48 macro
54 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
133 void SHA384_Final __P((u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*));
Dsha2.c1025 bcopy(context->state, d, SHA384_DIGEST_LENGTH); in SHA384_Final()
1034 sha2_byte digest[SHA384_DIGEST_LENGTH], *d = digest; in SHA384_End()
1043 for (i = 0; i < SHA384_DIGEST_LENGTH; i++) { in SHA384_End()
1052 bzero(digest, SHA384_DIGEST_LENGTH); in SHA384_End()
1154 SHA384_DIGEST_LENGTH,
/external/openssl/crypto/sha/
Dsha512t.c52 unsigned char app_d1[SHA384_DIGEST_LENGTH] = {
60 unsigned char app_d2[SHA384_DIGEST_LENGTH] = {
68 unsigned char app_d3[SHA384_DIGEST_LENGTH] = {
Dsha.h159 #define SHA384_DIGEST_LENGTH 48 macro
Dsha512.c74 c->num=0; c->md_len=SHA384_DIGEST_LENGTH; in fips_md_init_ctx()
140 case SHA384_DIGEST_LENGTH: in SHA512_Final()
141 for (n=0;n<SHA384_DIGEST_LENGTH/8;n++) in SHA512_Final()
240 static unsigned char m[SHA384_DIGEST_LENGTH]; in SHA384()
/external/openssl/crypto/evp/
Dm_sha1.c174 SHA384_DIGEST_LENGTH,
/external/openssl/include/openssl/
Dsha.h159 #define SHA384_DIGEST_LENGTH 48 macro
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1916 if ((res = vmalloc(SHA384_DIGEST_LENGTH)) == 0)
1924 if (SHA384_DIGEST_LENGTH != res->l) {
2196 if ((res = vmalloc(SHA384_DIGEST_LENGTH)) == 0)
2222 return SHA384_DIGEST_LENGTH << 3; in eay_sha2_384_hashlen()