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

  /external/openssl/crypto/evp/
p_sign.c 66 void EVP_SignInit(EVP_MD_CTX *ctx, EVP_MD *type)
evp.h 513 #define EVP_SignInit(a,b) EVP_DigestInit(a,b)
    [all...]
  /external/openssl/crypto/pem/
pem_seal.c 99 if (!EVP_SignInit(&ctx->md,md_type))
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSignature.java 97 ctx = NativeCrypto.EVP_SignInit(evpAlgorithm);
NativeCrypto.java 271 public static native long EVP_SignInit(String algorithm);
    [all...]
  /external/openssl/include/openssl/
evp.h 513 #define EVP_SignInit(a,b) EVP_DigestInit(a,b)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 135 milliseconds