OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Nr
(Results
1 - 8
of
8
) sorted by null
/external/openssh/
rijndael.h
47
int
Nr
; /* key-length-dependent number of rounds */
/external/pdfium/core/fdrm/crypto/
fx_crypt.h
25
int
Nr
;
/external/wpa_supplicant_8/src/crypto/
aes-internal-dec.c
30
int
Nr
, i, j;
34
Nr
= rijndaelKeySetupEnc(rk, cipherKey, keyBits);
35
if (
Nr
< 0)
36
return
Nr
;
38
for (i = 0, j = 4*
Nr
; i < j; i += 4, j -= 4) {
46
for (i = 1; i <
Nr
; i++) {
56
return
Nr
;
75
static void rijndaelDecrypt(const u32 rk[/*44*/], int
Nr
, const u8 ct[16],
109
if (
Nr
> 10) {
112
if (
Nr
> 12)
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
AesCore.c
136
UINTN
Nr
;
146
//
Nr
- Number of rounds. (
Nr
= 10, 12, or 14), which is dependent on the key size.
152
Nr
= Nk + 6;
153
Nw = AES_NB * (
Nr
+ 1); // Key Expansion generates a total of Nb * (
Nr
+ 1) words
226
UINTN
Nr
;
246
Nr
= AesKey.Nk + 6;
262
// AES Cipher transformation rounds (
Nr
- 1 rounds), in which SubBytes(),
266
for (Round = 1; Round <
Nr
; Round++) {
[
all
...]
/external/libgsm/src/
long_term.c
921
word brp, drpp,
Nr
;
923
/* Check the limits of
Nr
.
925
Nr
= Ncr < 40 || Ncr > 120 ? S->nrp : Ncr;
926
S->nrp =
Nr
;
927
assert(
Nr
>= 40 &&
Nr
<= 120);
939
drpp = GSM_MULT_R( brp, drp[ k -
Nr
] );
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h
46
Int
Nr
; /*number of P frames remaining for encoding.*/
/external/boringssl/src/crypto/fipsmodule/bn/
exponentiation.c
177
BIGNUM
Nr
; // the reciprocal
185
BN_init(&recp->
Nr
);
197
BN_free(&recp->
Nr
);
204
BN_zero(&recp->
Nr
);
284
//
Nr
:= round(2^i / N)
287
BN_reciprocal(&(recp->
Nr
), &(recp->N), i,
295
// d := |round(round(m / 2^BN_num_bits(N)) * recp->
Nr
/ 2^(i -
304
if (!BN_mul(b, a, &(recp->
Nr
), ctx)) {
[
all
...]
/external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h
808
auto
Nr
= Vs.traverse(Range, Vs.typeCtx(Ctx));
810
return Vs.reduceField(*this,
Nr
, Nb);
942
auto
Nr
= Vs.traverse(Rec, Vs.subExprCtx(Ctx));
943
return Vs.reduceProject(*this,
Nr
);
[
all
...]
Completed in 2615 milliseconds