Searched defs:keybytes (Results 1 - 6 of 6) sorted by relevance
| /src/sys/crypto/aes/ |
| H A D | aes_keysched.c | 55 aes_keysched_enc(uint32_t *rk, const void *key, size_t keybytes) argument 74 aes_keysched_dec(uint32_t *rk, const void *key, size_t keybytes) argument
|
| /src/sys/crypto/cast128/ |
| H A D | cast128.c | 139 void cast128_setkey(cast128_key* key, const u_int8_t* rawkey, int keybytes) argument
|
| /src/lib/libcrypt/ |
| H A D | blowfish.c | 407 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) argument 445 Blowfish_expandstate(blf_ctx * c,const u_int8_t * data,u_int16_t databytes,const u_int8_t * key,u_int16_t keybytes) argument
|
| /src/tests/dev/cgd/ |
| H A D | t_cgd_adiantum.c | 296 configure_cgd(int fd,const char * dkpath,const char * alg,const char * ivmethod,const void * key,size_t keybytes) argument
|
| /src/sys/dev/ |
| H A D | cgd.c | 1236 size_t keybytes; /* key length in bytes */ local in function:cgd_ioctl_set
|
| /src/sys/arch/arm/sunxi/ |
| H A D | sun8i_crypto.c | 1481 const size_t keybytes = sizeof selftest_key; local in function:sun8i_crypto_selftest 1609 const size_t keybytes = sizeof selftest_key; local in function:sun8i_crypto_selftest_done
|
Completed in 9 milliseconds