/system/tpm/attestation/client/ |
main.cc | 416 if (!crypto.EncryptForUnbind(key_info.public_key(), input, &output)) { 471 if (crypto.VerifySignature(key_info.public_key(), input, signature)) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseWrapCipher.java | 390 if (wrappedKeyType == Cipher.PUBLIC_KEY)
|
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLCipherRSA.java | 327 if (wrappedKeyType == Cipher.PUBLIC_KEY) {
|
OpenSSLCipher.java | 405 if (wrappedKeyType == Cipher.PUBLIC_KEY) { [all...] |
/external/libchrome/crypto/ |
rsa_private_key.h | 197 SECKEYPublicKey* public_key() { return public_key_; } function in class:crypto::RSAPrivateKey
|
/external/wpa_supplicant_8/src/tls/ |
x509v3.c | 56 os_free(cert->public_key); 276 os_free(cert->public_key); 277 cert->public_key = os_malloc(hdr.length - 1); 278 if (cert->public_key == NULL) { 283 os_memcpy(cert->public_key, pos + 1, hdr.length - 1); 286 cert->public_key, cert->public_key_len); [all...] |
tlsv1_client_ocsp.c | 55 const u8 *addr[1] = { signer->public_key }; 205 hash_len = ocsp_hash_data(&alg.oid, issuer->public_key,
|
tlsv1_common.c | 193 *pk = crypto_public_key_import(cert->public_key, cert->public_key_len);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
cli.py | 259 usage = 'usage: %%prog [options] public_key signature_file'
|
/external/wpa_supplicant_8/src/wps/ |
wps_validate.c | 612 static int wps_validate_public_key(const u8 *public_key, size_t len, 615 if (public_key == NULL) { 1306 wps_validate_public_key(attr.public_key, attr.public_key_len, 1) || 1362 wps_validate_public_key(attr.public_key, attr.public_key_len, 1) || [all...] |
wps_attr_parse.c | 499 attr->public_key = pos;
|
wps_enrollee.c | 982 if (wps_process_pubkey(wps, attr->public_key, attr->public_key_len) || [all...] |
wps_registrar.c | [all...] |
/external/boringssl/src/crypto/x509/ |
x509_cmp.c | 315 return x->cert_info->key->public_key;
|
/system/bt/stack/smp/ |
smp_keys.c | 1072 Point public_key; local [all...] |
/frameworks/base/keystore/java/android/security/keystore/ |
AndroidKeyStoreCipherSpiBase.java | 702 case Cipher.PUBLIC_KEY: [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherTest.java | 816 c.unwrap(arDES, "RSA38", Cipher.PUBLIC_KEY); [all...] |
/system/update_engine/payload_consumer/ |
delta_performer_integration_test.cc | 287 "./delta_generator -in_file=%s -public_key=%s -public_key_version=%d", [all...] |
/libcore/ojluni/src/main/java/javax/crypto/ |
Cipher.java | 653 public static final int PUBLIC_KEY = 1; [all...] |
CipherSpi.java | [all...] |
/external/boringssl/src/crypto/curve25519/ |
curve25519.c | [all...] |
/external/boringssl/src/include/openssl/ |
x509.h | 124 ASN1_BIT_STRING *public_key; member in struct:X509_pubkey_st [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
X509CertImpl.java | 109 public static final String PUBLIC_KEY = NAME + DOT + INFO + DOT + [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | [all...] |