HomeSort by: relevance | last modified time | path
    Searched defs:ED448_SIGSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/crypto/
ecx.h 47 #define ED448_SIGSIZE 114
  /src/crypto/external/bsd/openssl/dist/include/crypto/
ecx.h 47 # define ED448_SIGSIZE 114
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecx_meth.c 29 #define ED448_SIGSIZE 114
502 return ED448_SIGSIZE;
766 *siglen = ED448_SIGSIZE;
769 if (*siglen < ED448_SIGSIZE) {
777 *siglen = ED448_SIGSIZE;
799 if (siglen != ED448_SIGSIZE)

Completed in 25 milliseconds