HomeSort by relevance Sort by last modified time
    Searched defs:EVP_SignFinal (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/evp/
p_sign.c 78 int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen,
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 276 public static native int EVP_SignFinal(long ctx, byte[] signature, int offset, long key);
    [all...]

Completed in 619 milliseconds