Home
last modified time | relevance | path

Searched refs:drbg_keylen (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Ddrbg.h160 static inline __u8 drbg_keylen(struct drbg_state *drbg) in drbg_keylen() function
/kernel/linux/linux-6.6/include/crypto/
H A Ddrbg.h161 static inline __u8 drbg_keylen(struct drbg_state *drbg) in drbg_keylen() function
/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c463 while (templen < (drbg_keylen(drbg) + (drbg_blocklen(drbg)))) { in drbg_ctr_df()
480 X = temp + (drbg_keylen(drbg)); in drbg_ctr_df()
553 drbg_keylen(drbg)); in drbg_ctr_update()
572 drbg_keylen(drbg)); in drbg_ctr_update()
576 memcpy(drbg->V, temp + drbg_keylen(drbg), drbg_blocklen(drbg)); in drbg_ctr_update()
1796 crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg))); in drbg_kcapi_symsetkey()
/kernel/linux/linux-6.6/crypto/
H A Ddrbg.c465 while (templen < (drbg_keylen(drbg) + (drbg_blocklen(drbg)))) { in drbg_ctr_df()
482 X = temp + (drbg_keylen(drbg)); in drbg_ctr_df()
555 drbg_keylen(drbg)); in drbg_ctr_update()
574 drbg_keylen(drbg)); in drbg_ctr_update()
578 memcpy(drbg->V, temp + drbg_keylen(drbg), drbg_blocklen(drbg)); in drbg_ctr_update()
1823 crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg))); in drbg_kcapi_symsetkey()

Completed in 9 milliseconds