HomeSort by relevance Sort by last modified time
    Searched refs:RSAPublicKeyFree (Results 1 - 13 of 13) sorted by null

  /external/vboot_reference/firmware/lib/
vboot_firmware.c 180 RSAPublicKeyFree(data_key);
191 RSAPublicKeyFree(data_key);
208 RSAPublicKeyFree(data_key);
221 RSAPublicKeyFree(data_key);
243 RSAPublicKeyFree(data_key);
252 RSAPublicKeyFree(data_key);
263 RSAPublicKeyFree(data_key);
271 RSAPublicKeyFree(data_key);
vboot_kernel.c 414 RSAPublicKeyFree(data_key);
477 RSAPublicKeyFree(data_key);
vboot_common.c 274 RSAPublicKeyFree(rsa);
280 RSAPublicKeyFree(rsa);
  /external/vboot_reference/firmware/lib/cryptolib/
rsa_utility.c 38 void RSAPublicKeyFree(RSAPublicKey* key) {
65 RSAPublicKeyFree(key);
76 RSAPublicKeyFree(key);
118 RSAPublicKeyFree(verification_key); /* Only free if we allocated it. */
155 RSAPublicKeyFree(verification_key); /* Only free if we allocated it. */
  /external/vboot_reference/firmware/lib/cryptolib/include/
rsa.h 85 void RSAPublicKeyFree(RSAPublicKey* key);
  /external/vboot_reference/tests/
rsa_padding_test.c 85 RSAPublicKeyFree(key);
vboot_common2_tests.c 39 RSAPublicKeyFree(rsa);
75 RSAPublicKeyFree(rsa);
103 RSAPublicKeyFree(rsa);
208 RSAPublicKeyFree(rsa);
rsa_verify_benchmark.c 83 RSAPublicKeyFree(key);
rsa_utility_tests.c 71 RSAPublicKeyFree(key);
73 RSAPublicKeyFree(NULL);
109 RSAPublicKeyFree(key);
vb20_rsa_padding_tests.c 152 RSAPublicKeyFree(key);
vboot_common3_tests.c 273 RSAPublicKeyFree(rsa);
vboot_firmware_tests.c 142 void RSAPublicKeyFree(RSAPublicKey* key) {
vboot_kernel_tests.c 262 void RSAPublicKeyFree(RSAPublicKey* key)

Completed in 1354 milliseconds