OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Nr
(Results
1 - 12
of
12
) sorted by null
/external/wpa_supplicant_8/src/crypto/
aes-internal-enc.c
33
const int
Nr
= 10;
65
rk +=
Nr
<< 2;
69
/*
Nr
- 1 full rounds: */
70
r =
Nr
>> 1;
aes-internal-dec.c
37
int
Nr
= 10, i, j;
43
for (i = 0, j = 4*
Nr
; i < j; i += 4, j -= 4) {
51
for (i = 1; i <
Nr
; i++) {
77
const int
Nr
= 10;
109
rk +=
Nr
<< 2;
113
/*
Nr
- 1 full rounds: */
114
r =
Nr
>> 1;
/external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c
141
skey->rijndael.
Nr
= 10 + ((keylen/8)-2)*2;
228
for (i = 1; i < skey->rijndael.
Nr
; i++) {
295
int
Nr
, r;
301
Nr
= skey->rijndael.
Nr
;
341
if (r ==
Nr
-2) {
351
*
Nr
- 1 full rounds:
353
r =
Nr
>> 1;
474
int
Nr
, r;
480
Nr
= skey->rijndael.Nr
[
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/base/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h
46
Int
Nr
; /*number of P frames remaining for encoding.*/
/external/wpa_supplicant/
aes.c
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c
[
all
...]
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h
36
int
Nr
;
/external/openssl/crypto/bn/
bn.h
347
BIGNUM
Nr
; /* the reciprocal */
[
all
...]
/external/openssl/include/openssl/
bn.h
347
BIGNUM
Nr
; /* the reciprocal */
[
all
...]
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h
315
BIGNUM
Nr
; /* the reciprocal */
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h
266
int
Nr
; /*number of P frames remaining for encoding.*/
Completed in 308 milliseconds