| /src/crypto/external/bsd/openssl.old/dist/crypto/blake2/ |
| blake2_local.h | 36 uint8_t leaf_length[4];/* 8 */ member in struct:blake2s_param_st 59 uint8_t leaf_length[4];/* 8 */ member in struct:blake2b_param_st
|
| blake2b.c | 89 store32(P->leaf_length, 0);
|
| blake2s.c | 86 store32(P->leaf_length, 0);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ |
| blake2.h | 35 uint8_t leaf_length[4];/* 8 */ member in struct:blake2s_param_st 59 uint8_t leaf_length[4];/* 8 */ member in struct:blake2b_param_st
|
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/ |
| blake2.h | 41 uint32_t leaf_length; /* 8 */ member in struct:__blake2b_param
|
| blake2b.c | 108 P.leaf_length = 0; 142 P.leaf_length = 0;
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/ |
| blake2.h | 36 uint8_t leaf_length[4]; /* 8 */ member in struct:blake2s_param_st 60 uint8_t leaf_length[4]; /* 8 */ member in struct:blake2b_param_st
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
| blake2.h | 59 uint8_t leaf_length[4]; /* 8 */ member in struct:blake2b_param_
|
| blake2b-ref.c | 135 STORE32_LE(P->leaf_length, 0); 158 STORE32_LE(P->leaf_length, 0); 192 STORE32_LE(P->leaf_length, 0); 230 STORE32_LE(P->leaf_length, 0);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_blake2.h | 98 uint32_t leaf_length; /* 8 */ 116 uint32_t leaf_length; /* 8 */
|
| archive_blake2s_ref.c | 106 store32( &P->leaf_length, 0 ); 129 store32( &P->leaf_length, 0 );
|
| archive_blake2sp_ref.c | 52 store32( &P->leaf_length, 0 ); 69 store32( &P->leaf_length, 0 );
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/digests/ |
| blake2b_prov.c | 88 store32(P->leaf_length, 0);
|
| blake2s_prov.c | 82 store32(P->leaf_length, 0);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/digests/ |
| blake2b_prov.c | 89 store32(P->leaf_length, 0);
|
| blake2s_prov.c | 84 store32(P->leaf_length, 0);
|