OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sig_type
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/firmware/lib/cryptolib/
rsa.c
133
const uint8_t
sig_type
,
148
if (
sig_type
>= kNumAlgorithms) {
153
if (key->len != siglen_map[
sig_type
] / sizeof(uint32_t)) {
166
padding = padding_map[
sig_type
];
167
padding_len = padding_size_map[
sig_type
];
/external/vboot_reference/firmware/lib/cryptolib/include/
rsa.h
33
/* Verify a RSA PKCS1.5 signature [sig] of [
sig_type
] and length [sig_len]
39
const uint8_t
sig_type
,
/external/syslinux/gpxe/src/crypto/axtls/
crypto.h
237
uint8_t
sig_type
;
member in struct:_x509_ctx
/external/vboot_reference/tests/
rsa_utility_tests.c
32
const uint8_t
sig_type
,
Completed in 227 milliseconds