mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
9
security/nss/cmd/bltest/tests/aes_ctr/mktst.sh
Normal file
9
security/nss/cmd/bltest/tests/aes_ctr/mktst.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
for i in 0 1 2
|
||||
do
|
||||
file="aes_ctr_$i.txt"
|
||||
grep Key $file | sed -e 's;Key=;;' | hex > key$i
|
||||
grep "Init. Counter" $file | sed -e 's;Init. Counter=;;' | hex > iv$i
|
||||
grep "Ciphertext" $file | sed -e 's;Ciphertext=;;' | hex | btoa > ciphertext$i
|
||||
grep "Plaintext" $file | sed -e 's;Plaintext=;;' | hex > plaintext$i
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue