Searched refs:C (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | streebog_generic.c | 28 static const struct streebog_uint512 C[12] = { variable 904 streebog_xlps(Ki, &C[i], Ki); in streebog_round() 967 streebog_xlps(&Ki, &C[11], &Ki); in streebog_g()
|
D | drbg.c | 553 ret = crypto_skcipher_setkey(drbg->ctr_handle, drbg->C, in drbg_ctr_update() 666 drbg_kcapi_hmacsetkey(drbg, drbg->C); in drbg_hmac_update() 687 ret = drbg_kcapi_hash(drbg, drbg->C, &seedlist); in drbg_hmac_update() 690 drbg_kcapi_hmacsetkey(drbg, drbg->C); in drbg_hmac_update() 895 ret = drbg_hash_df(drbg, drbg->C, drbg_statelen(drbg), &datalist2); in drbg_hash_update() 1013 drbg->C, drbg_statelen(drbg)); in drbg_hash_generate() 1218 memset(drbg->C, 0, drbg_statelen(drbg)); in drbg_seed() 1239 drbg->C = NULL; in drbg_dealloc_state() 1297 drbg->C = PTR_ALIGN(drbg->Cbuf, ret + 1); in drbg_alloc_state()
|
D | Kconfig | 789 in IETF protocols. This is the portable C implementation of Poly1305. 1509 This is the portable C implementation of ChaCha20. See also:
|
/crypto/asymmetric_keys/ |
D | mscode.asn1 | 3 --- Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
|