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

  /external/ipsec-tools/src/racoon/
crypto_openssl.h 67 extern int eay_rsa_verify __P((vchar_t *, vchar_t *, RSA *));
crypto_openssl.c 1027 res = eay_rsa_verify(source, sig, evp->pkey.rsa);
1046 return eay_rsa_verify(source, sig, rsa);
1222 eay_rsa_verify(src, sig, rsa) function
    [all...]

Completed in 44 milliseconds