Home
last modified time | relevance | path

Searched refs:key_length (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dhmac.c51 memset(ctx->buf, 0, ctx->key_length); in HMAC_CTX_cleanup()
90 memset(ctx->buf, 0, ctx->key_length); in HMAC_Init_ex()
93 ctx->key_length = EVP_MD_size(ctx->md); in HMAC_Init_ex()
94 ctx->buf = malloc(ctx->key_length); in HMAC_Init_ex()
107 memset(ctx->opad, 0, ctx->key_length); in HMAC_Init_ex()
111 memset(ctx->ipad, 0, ctx->key_length); in HMAC_Init_ex()
145 EVP_DigestUpdate(ctx->ctx, ctx->buf, ctx->key_length); in HMAC_Final()
H A Dhmac.h64 size_t key_length; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
H A Dblake2_local.h33 uint8_t key_length; /* 2 */ member
56 uint8_t key_length; /* 2 */ member
H A Dblake2s.c83 P->key_length = 0; in BLAKE2s_Init()
H A Dblake2b.c86 P->key_length = 0; in BLAKE2b_Init()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A Dear.c492 size_t const key_length = strlen(key); in bear_update_environ() local
495 if ((0 == strncmp(*it, key, key_length)) && in bear_update_environ()
496 (strlen(*it) > key_length) && ('=' == (*it)[key_length])) in bear_update_environ()
501 size_t const env_length = key_length + value_length + 2; in bear_update_environ()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c132 P->key_length = 0; in blake2b_init()
155 P->key_length = 0; in blake2b_init_salt_personal()
189 P->key_length = keylen; in blake2b_init_key()
227 P->key_length = keylen; in blake2b_init_key_salt_personal()
H A Dblake2.h56 uint8_t key_length; /* 2 */ member
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dblake2.h32 uint8_t key_length; /* 2 */ member
56 uint8_t key_length; /* 2 */ member
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dblake2b_prov.c86 P->key_length = 0; in ossl_blake2b_param_init()
105 P->key_length = keylen; in ossl_blake2b_param_set_key_length()
145 memcpy(block, key, P->key_length); in ossl_blake2b_init_key()
H A Dblake2s_prov.c81 P->key_length = 0; in ossl_blake2s_param_init()
99 P->key_length = keylen; in ossl_blake2s_param_set_key_length()
138 memcpy(block, key, P->key_length); in ossl_blake2s_init_key()
/netbsd-src/external/bsd/jemalloc/dist/test/src/
H A DSFMT.c638 sfmt_t *init_by_array(uint32_t *init_key, int key_length) { in init_by_array() argument
666 if (key_length + 1 > N32) { in init_by_array()
667 count = key_length + 1; in init_by_array()
674 r += key_length; in init_by_array()
679 for (i = 1, j = 0; (j < count) && (j < key_length); j++) { in init_by_array()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_blake2.h95 uint8_t key_length; /* 2 */
113 uint8_t key_length; /* 2 */
H A Darchive_blake2sp_ref.c49 P->key_length = (uint8_t)keylen; in blake2sp_init_leaf()
66 P->key_length = (uint8_t)keylen; in blake2sp_init_root()
H A Darchive_blake2s_ref.c103 P->key_length = 0; in blake2s_init()
126 P->key_length = (uint8_t)keylen; in blake2s_init_key()
/netbsd-src/external/bsd/wpa/dist/src/common/
H A Deapol_common.h67 u8 key_length[2]; member
/netbsd-src/external/bsd/jemalloc/dist/test/include/test/
H A DSFMT.h78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblake2.h38 uint8_t key_length; /* 2 */ member
H A Dblake2b.c105 P.key_length = 0; in blake2b_init()
139 P.key_length = (uint8_t)keylen; in blake2b_init_key()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c78 static RSA * tlso_tmp_rsa_cb( SSL *ssl, int is_export, int key_length );
1565 tlso_tmp_rsa_cb( SSL *ssl, int is_export, int key_length ) in tlso_tmp_rsa_cb() argument
1575 if ( tmp_rsa && !RSA_generate_key_ex( tmp_rsa, key_length, bn, NULL )) { in tlso_tmp_rsa_cb()
1586 key_length, is_export ? "export" : "domestic" ); in tlso_tmp_rsa_cb()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dblake2_mac_impl.c115 } else if (macctx->params.key_length == 0) { in blake2_mac_init()
/netbsd-src/sys/fs/hfs/
H A Dlibhfs.h321 uint16_t key_length; member
H A Dlibhfs.c1835 out_key->key_length = be16tohp(&ptr); in hfslib_read_extent_record()
1837 out_key->key_length = *(((uint8_t*)ptr)); in hfslib_read_extent_record()
2313 out_key->key_length = HFS_MAX_EXT_KEY_LEN; in hfslib_make_extent_key()
2319 return out_key->key_length; in hfslib_make_extent_key()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509.h238 int key_length; member
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509.h.in202 int key_length; member