HomeSort by relevance Sort by last modified time
    Searched refs:Nr (Results 1 - 13 of 13) sorted by null

  /external/openssl/crypto/bn/
bn_recp.c 66 BN_init(&(recp->Nr));
89 BN_free(&(recp->Nr));
97 BN_zero(&(recp->Nr));
168 /* Nr := round(2^i / N) */
170 recp->shift=BN_reciprocal(&(recp->Nr),&(recp->N),
174 /* d := |round(round(m / 2^BN_num_bits(N)) * recp->Nr / 2^(i - BN_num_bits(N)))|
180 if (!BN_mul(b,a,&(recp->Nr),ctx)) goto err;
bn.h 321 BIGNUM Nr; /* the reciprocal */
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
rate_control.h 46 Int Nr; /*number of P frames remaining for encoding.*/
  /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/webkit/SunSpider/tests/sunspider-0.9/
crypto-aes.js 7 * 2D byte-array key schedule 'w' (Nr+1 x Nb bytes)
9 * applies Nr rounds (10/12/14) using key schedule w for 'add round key' stage
15 var Nr = w.length/Nb - 1; // no of rounds: 10/12/14 for 128/192/256-bit keys
22 for (var round=1; round<Nr; round++) {
31 state = AddRoundKey(state, w, Nr, Nb);
83 function KeyExpansion(key) { // generate Key Schedule (byte-array Nr+1 x Nb) from Key [§5.2]
86 var Nr = Nk + 6; // no of rounds: 10/12/14 for 128/192/256-bit keys
88 var w = new Array(Nb*(Nr+1));
96 for (var i=Nk; i<(Nb*(Nr+1)); i++) {
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 7 * 2D byte-array key schedule 'w' (Nr+1 x Nb bytes)
9 * applies Nr rounds (10/12/14) using key schedule w for 'add round key' stage
15 var Nr = w.length/Nb - 1; // no of rounds: 10/12/14 for 128/192/256-bit keys
22 for (var round=1; round<Nr; round++) {
31 state = AddRoundKey(state, w, Nr, Nb);
83 function KeyExpansion(key) { // generate Key Schedule (byte-array Nr+1 x Nb) from Key [§5.2]
86 var Nr = Nk + 6; // no of rounds: 10/12/14 for 128/192/256-bit keys
88 var w = new Array(Nb*(Nr+1));
96 for (var i=Nk; i<(Nb*(Nr+1)); i++) {
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
avcenc_int.h 264 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/include/openssl/
bn.h 321 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 */
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin     [all...]

Completed in 1913 milliseconds