OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:key_algorithm
(Results
1 - 9
of
9
) sorted by null
/external/vboot_reference/host/lib/
host_signature.c
250
uint64_t
key_algorithm
,
253
uint64_t digest_size = hash_size_map[
key_algorithm
];
255
const uint8_t* digestinfo = hash_digestinfo_map[
key_algorithm
];
256
uint64_t digestinfo_size = digestinfo_size_map[
key_algorithm
];
266
digest = DigestBuf(data, size, hash_type_map[
key_algorithm
]);
281
sig = SignatureAlloc(siglen_map[
key_algorithm
], size);
291
siglen_map[
key_algorithm
], /* Max Output sig size */
/external/vboot_reference/tests/
vb20_common2_tests.c
138
int test_algorithm(int
key_algorithm
, const char *keys_dir)
141
int rsa_len = siglen_map[
key_algorithm
] * 8;
147
printf("***Testing algorithm: %s\n", algo_strings[
key_algorithm
]);
150
private_key = PrivateKeyReadPem(filename,
key_algorithm
);
158
PublicKeyReadKeyb(filename,
key_algorithm
, 1);
vboot_common2_tests.c
212
int test_algorithm(int
key_algorithm
, const char *keys_dir)
215
int rsa_len = siglen_map[
key_algorithm
] * 8;
220
printf("***Testing algorithm: %s\n", algo_strings[
key_algorithm
]);
223
private_key = PrivateKeyReadPem(filename,
key_algorithm
);
230
public_key = PublicKeyReadKeyb(filename,
key_algorithm
, 1);
vb21_common2_tests.c
239
int test_algorithm(int
key_algorithm
, const char *keys_dir)
242
int rsa_len = siglen_map[
key_algorithm
] * 8;
245
vb2_crypto_to_signature(
key_algorithm
);
246
enum vb2_hash_algorithm hash_alg = vb2_crypto_to_hash(
key_algorithm
);
253
printf("***Testing algorithm: %s\n", algo_strings[
key_algorithm
]);
/frameworks/base/services/core/java/com/android/server/accounts/
CryptoHelper.java
29
private static final String
KEY_ALGORITHM
= "AES";
48
KeyGenerator kgen = KeyGenerator.getInstance(
KEY_ALGORITHM
);
/external/vboot_reference/host/lib/include/
host_signature.h
60
uint64_t
key_algorithm
,
/frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java
167
* {@link KeyProperties}.{@code
KEY_ALGORITHM
} constants.
325
* generated. See {@link KeyProperties}.{@code
KEY_ALGORITHM
} constants.
/system/keymaster/
android_keymaster.cpp
253
keymaster_algorithm_t
key_algorithm
;
local
254
if (!key->authorizations().GetTagValue(TAG_ALGORITHM, &
key_algorithm
))
/frameworks/base/keystore/java/android/security/keystore/
KeyGenParameterSpec.java
51
* {@link KeyProperties}.{@code
KEY_ALGORITHM
} constants) from the {@code AndroidKeyStore} provider
[
all
...]
Completed in 340 milliseconds