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 273 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len,
278 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify)
280 return rsa->meth->rsa_verify(dtype, m, m_len,
rsa.h 111 * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
118 int (*rsa_verify)(int dtype, member in struct:rsa_meth_st
190 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
331 int RSA_verify(int type, const unsigned char *m, unsigned int m_length,
rsa_err.c 118 {ERR_FUNC(RSA_F_RSA_VERIFY), "RSA_verify"},
rsa_pmeth.c 275 return RSA_verify(EVP_MD_type(rctx->md), tbs, tbslen,
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 111 * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
118 int (*rsa_verify)(int dtype, member in struct:rsa_meth_st
190 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
331 int RSA_verify(int type, const unsigned char *m, unsigned int m_length,
evp.h 249 (evp_verify_method *)RSA_verify, \
    [all...]
  /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 1105 NULL /* rsa_verify */
    [all...]
  /external/openssl/crypto/evp/
evp.h 249 (evp_verify_method *)RSA_verify, \
    [all...]
  /external/openssl/ssl/
s3_clnt.c     [all...]
s3_srvr.c     [all...]

Completed in 853 milliseconds