Lines Matching defs:ctx
445 ecc_free_context(crypto_ctx_t *ctx) in ecc_free_context()
466 ecc_sign_verify_common_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in ecc_sign_verify_common_init()
546 ecc_sign_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in ecc_sign_init()
566 ecc_verify_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in ecc_verify_init()
638 ecc_sign_common(ecc_ctx_t *ctx, crypto_data_t *data, crypto_data_t *signature, in ecc_sign_common()
705 ecc_sign(crypto_ctx_t *ctx, crypto_data_t *data, crypto_data_t *signature, in ecc_sign()
733 ecc_sign_update(crypto_ctx_t *ctx, crypto_data_t *data, crypto_req_handle_t req) in ecc_sign_update()
761 ecc_sign_final(crypto_ctx_t *ctx, crypto_data_t *signature, in ecc_sign_final()
816 ecc_ctx_t ctx; in ecc_sign_atomic() local
841 ecc_verify_common(ecc_ctx_t *ctx, crypto_data_t *data, crypto_data_t *signature, in ecc_verify_common()
904 ecc_verify(crypto_ctx_t *ctx, crypto_data_t *data, crypto_data_t *signature, in ecc_verify()
930 ecc_verify_update(crypto_ctx_t *ctx, crypto_data_t *data, in ecc_verify_update()
957 ecc_verify_final(crypto_ctx_t *ctx, crypto_data_t *signature, in ecc_verify_final()
1013 ecc_ctx_t ctx; in ecc_verify_atomic() local