HomeSort by relevance Sort by last modified time
    Searched full:rsa_verify (Results 1 - 19 of 19) sorted by null

  /bootable/bootloader/legacy/libc/
crypto.c 41 return RSA_verify(pubkey, signature, SIGNATURE_SIZE, digest);
rsa.h 48 int RSA_verify(RSAPublicKey *key,
rsa.c 163 int RSA_verify(RSAPublicKey *key,
  /system/core/include/mincrypt/
rsa.h 47 int RSA_verify(const RSAPublicKey *key,
  /external/openssl/crypto/rsa/
rsa_sign.c 158 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len,
171 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify)
173 return rsa->meth->rsa_verify(dtype, m, m_len,
rsa.h 130 * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
137 int (*rsa_verify)(int dtype, member in struct:rsa_meth_st
210 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
335 int RSA_verify(int type, const unsigned char *m, unsigned int m_length,
rsa_err.c 113 {ERR_FUNC(RSA_F_RSA_VERIFY), "RSA_verify"},
rsa_eay.c 144 0, /* rsa_verify */
  /external/openssl/apps/
rsautl.c 69 #define RSA_VERIFY 2
94 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY;
168 } else if(!strcmp(*argv, "-verify")) rsa_mode = RSA_VERIFY;
280 case RSA_VERIFY:
speed.c     [all...]
  /external/openssl/include/openssl/
rsa.h 130 * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
137 int (*rsa_verify)(int dtype, member in struct:rsa_meth_st
210 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
335 int RSA_verify(int type, const unsigned char *m, unsigned int m_length,
evp.h 291 (evp_verify_method *)RSA_verify, \
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/crypto/
DrmCrypto.cpp 206 if(0 != RSA_verify( NID_sha1WithRSA,
  /bootable/recovery/
verifier.c 174 if (RSA_verify(pKeys+i, eocd + eocd_size - 6 - RSANUMBYTES,
  /system/core/libmincrypt/
rsa.c 162 int RSA_verify(const RSAPublicKey *key,
  /external/openssl/crypto/engine/
eng_cryptodev.c 826 NULL /* rsa_verify */
  /external/openssl/crypto/evp/
evp.h 291 (evp_verify_method *)RSA_verify, \
    [all...]
  /external/openssl/ssl/
s3_clnt.c     [all...]
s3_srvr.c     [all...]

Completed in 404 milliseconds