index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
/
qat_common
/
qat_rsapubkey.asn1
blob: bd667b31a21a2869822c6841f7edcd5b94046914 (
plain
)
1
2
3
4
RsaPubKey
::=
SEQUENCE
{
n
INTEGER
({
qat_rsa_get_n
}),
e
INTEGER
({
qat_rsa_get_e
})
}