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

  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
eddsa.c 22 static c448_error_t oneshot_hash(uint8_t *out, size_t outlen, function
82 /* pass the private key through oneshot_hash function */
84 return oneshot_hash(x, X448_PRIVATE_BYTES, ed,
98 if (!oneshot_hash(secret_scalar_ser, sizeof(secret_scalar_ser), privkey,
156 if (!oneshot_hash(expanded, sizeof(expanded), privkey,
  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
eddsa.c 23 static c448_error_t oneshot_hash(OSSL_LIB_CTX *ctx, uint8_t *out, size_t outlen, function
100 /* pass the private key through oneshot_hash function */
102 return oneshot_hash(ctx, x, X448_PRIVATE_BYTES, ed,
119 if (!oneshot_hash(ctx, secret_scalar_ser, sizeof(secret_scalar_ser),
181 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey,
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
eddsa.c 23 static c448_error_t oneshot_hash(OSSL_LIB_CTX *ctx, uint8_t *out, size_t outlen, function
104 /* pass the private key through oneshot_hash function */
106 return oneshot_hash(ctx, x, X448_PRIVATE_BYTES, ed,
123 if (!oneshot_hash(ctx, secret_scalar_ser, sizeof(secret_scalar_ser),
185 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey,

Completed in 22 milliseconds