Searched refs:ivl (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p5_crpt.c | 33 int ivl, kl; in PKCS5_PBE_keyivgen_ex() local 57 ivl = EVP_CIPHER_get_iv_length(cipher); in PKCS5_PBE_keyivgen_ex() 58 if (ivl < 0 || ivl > 16) { in PKCS5_PBE_keyivgen_ex() 100 memcpy(iv, md_tmp + (16 - ivl), ivl); in PKCS5_PBE_keyivgen_ex()
|
/third_party/openssl/crypto/evp/ |
H A D | p5_crpt.c | 33 int ivl, kl; in PKCS5_PBE_keyivgen_ex() local 57 ivl = EVP_CIPHER_get_iv_length(cipher); in PKCS5_PBE_keyivgen_ex() 58 if (ivl < 0 || ivl > 16) { in PKCS5_PBE_keyivgen_ex() 100 memcpy(iv, md_tmp + (16 - ivl), ivl); in PKCS5_PBE_keyivgen_ex()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2226 my ($rounds0,$rounds,$key_,$step,$ivl,$ivh)=("w5","w6","x7","x8","x9","x10"); 2373 // $ivl- iv(low), $ivh - iv(high) 2375 fmov $ivl,$ivd00 2379 extr $ivh,$ivh,$ivl,#63 2381 eor $ivl,$tmpmx,$ivl,lsl#1 2382 fmov $ivd10,$ivl 2416 extr $ivh,$ivh,$ivl,#63 2418 eor $ivl,$tmpmx,$ivl,ls [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2242 my ($rounds0,$rounds,$key_,$step,$ivl,$ivh)=("w5","w6","x7","x8","x9","x10"); 2389 // $ivl- iv(low), $ivh - iv(high) 2391 fmov $ivl,$ivd00 2395 extr $ivh,$ivh,$ivl,#63 2397 eor $ivl,$tmpmx,$ivl,lsl#1 2398 fmov $ivd10,$ivl 2432 extr $ivh,$ivh,$ivl,#63 2434 eor $ivl,$tmpmx,$ivl,ls [all...] |
Completed in 5 milliseconds