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

  /external/openssl/crypto/asn1/
x_pubkey.c 219 int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp)
267 ret = i2d_PUBKEY(pktmp, pp);
307 ret = i2d_PUBKEY(pktmp, pp);
345 ret = i2d_PUBKEY(pktmp, pp);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLECPublicKey.java 90 return NativeCrypto.i2d_PUBKEY(key.getPkeyContext());
146 return Arrays.hashCode(NativeCrypto.i2d_PUBKEY(key.getPkeyContext()));
OpenSSLDSAPublicKey.java 106 return NativeCrypto.i2d_PUBKEY(key.getPkeyContext());
OpenSSLRSAPublicKey.java 92 return NativeCrypto.i2d_PUBKEY(key.getPkeyContext());
NativeCrypto.java 103 public static native byte[] i2d_PUBKEY(long pkey);
    [all...]
  /hardware/samsung_slsi/exynos5/libkeymaster/
keymaster_mobicore.cpp 307 int len = i2d_PUBKEY(pkey.get(), NULL);
309 logOpenSSLError("i2d_PUBKEY");
320 if (i2d_PUBKEY(pkey.get(), &tmp) != len) {
  /system/security/softkeymaster/
keymaster_openssl.cpp 316 int len = i2d_PUBKEY(pkey.get(), NULL);
329 if (i2d_PUBKEY(pkey.get(), &tmp) != len) {
  /external/openssl/crypto/x509/
x_all.c 483 return ASN1_i2d_fp_of(EVP_PKEY,i2d_PUBKEY,fp,pkey);
529 return ASN1_i2d_bio_of(EVP_PKEY,i2d_PUBKEY,bp,pkey);
x509.h 802 int i2d_PUBKEY(EVP_PKEY *a,unsigned char **pp);
    [all...]
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 167 int len = i2d_PUBKEY(pkey.get(), NULL);
180 if (i2d_PUBKEY(pkey.get(), &tmp) != len) {
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 700 int len = i2d_PUBKEY(pkey.get(), NULL);
713 if (i2d_PUBKEY(pkey.get(), &tmp) != len) {
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 686 int len = i2d_PUBKEY(pkey.get(), NULL);
699 if (i2d_PUBKEY(pkey.get(), &tmp) != len) {
  /external/openssl/include/openssl/
x509.h 802 int i2d_PUBKEY(EVP_PKEY *a,unsigned char **pp);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 639 milliseconds