Lines Matching refs:OSSL_LIB_CTX
23 static c448_error_t oneshot_hash(OSSL_LIB_CTX *ctx, uint8_t *out, size_t outlen, in oneshot_hash()
57 static c448_error_t hash_init_with_dom(OSSL_LIB_CTX *ctx, EVP_MD_CTX *hashctx, in hash_init_with_dom()
99 OSSL_LIB_CTX *ctx, in ossl_c448_ed448_convert_private_key_to_x448()
112 OSSL_LIB_CTX *ctx, in ossl_c448_ed448_derive_public_key()
159 ossl_c448_ed448_sign(OSSL_LIB_CTX *ctx, in ossl_c448_ed448_sign()
268 OSSL_LIB_CTX *ctx, in ossl_c448_ed448_sign_prehash()
281 OSSL_LIB_CTX *ctx, in ossl_c448_ed448_verify()
365 OSSL_LIB_CTX *ctx, in ossl_c448_ed448_verify_prehash()
376 ossl_ed448_sign(OSSL_LIB_CTX *ctx, uint8_t *out_sig, const uint8_t *message, in ossl_ed448_sign()
387 ossl_ed448_verify(OSSL_LIB_CTX *ctx, const uint8_t *message, size_t message_len, in ossl_ed448_verify()
397 ossl_ed448ph_sign(OSSL_LIB_CTX *ctx, uint8_t *out_sig, const uint8_t hash[64], in ossl_ed448ph_sign()
407 ossl_ed448ph_verify(OSSL_LIB_CTX *ctx, const uint8_t hash[64], in ossl_ed448ph_verify()
418 ossl_ed448_public_from_private(OSSL_LIB_CTX *ctx, uint8_t out_public_key[57], in ossl_ed448_public_from_private()