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

  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305.c 122 static void poly1305_init(void *ctx, const unsigned char key[16]) function
257 static void poly1305_init(void *ctx, const unsigned char key[16]) function
397 int poly1305_init(void *ctx, const unsigned char key[16], void *func);
404 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32])
412 poly1305_init(ctx->opaque, key);
415 * Unlike reference poly1305_init assembly counterpart is expected
420 if (!poly1305_init(ctx->opaque, key, &ctx->func)) {
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305.c 133 static void poly1305_init(void *ctx, const unsigned char key[16]) function
271 static void poly1305_init(void *ctx, const unsigned char key[16]) function
426 int poly1305_init(void *ctx, const unsigned char key[16], void *func);
433 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32])
441 poly1305_init(ctx->opaque, key);
444 * Unlike reference poly1305_init assembly counterpart is expected
449 if (!poly1305_init(ctx->opaque, key, &ctx->func)) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305.c 135 static void poly1305_init(void *ctx, const unsigned char key[16]) function
273 static void poly1305_init(void *ctx, const unsigned char key[16]) function
428 int poly1305_init(void *ctx, const unsigned char key[16], void *func);
435 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32])
443 poly1305_init(ctx->opaque, key);
446 * Unlike reference poly1305_init assembly counterpart is expected
451 if (!poly1305_init(ctx->opaque, key, &ctx->func)) {

Completed in 29 milliseconds