Lines Matching defs:context

54  *	CRYPTO_INVALID_CONTEXT: Not a valid context.
77 * tmpl: a crypto_ctx_template_t, opaque template of a context of an
91 * schedule from the context template, tmpl.
133 /* Allocate and initialize the canonical context */
161 /* Check if context sharing is possible */
184 * Check if the software provider can support context
250 * For SW providers, check the validity of the context template
299 * tmpl: a crypto_ctx_template_t, opaque template of a context of an
376 * For SW providers, check the validity of the context template
457 * context: A crypto_context_t initialized by encrypt_init().
473 crypto_encrypt_update(crypto_context_t context, crypto_data_t *plaintext,
476 crypto_ctx_t *ctx = (crypto_ctx_t *)context;
518 * context: A crypto_context_t initialized by encrypt_init().
533 crypto_encrypt_final(crypto_context_t context, crypto_data_t *ciphertext,
536 crypto_ctx_t *ctx = (crypto_ctx_t *)context;
580 * tmpl: a crypto_ctx_template_t, opaque template of a context of an
658 * For SW providers, check the validity of the context template
739 * context: A crypto_context_t initialized by decrypt_init().
755 crypto_decrypt_update(crypto_context_t context, crypto_data_t *ciphertext,
758 crypto_ctx_t *ctx = (crypto_ctx_t *)context;
800 * context: A crypto_context_t initialized by decrypt_init().
815 crypto_decrypt_final(crypto_context_t context, crypto_data_t *plaintext,
818 crypto_ctx_t *ctx = (crypto_ctx_t *)context;
852 crypto_encrypt_single(crypto_context_t context, crypto_data_t *plaintext,
855 crypto_ctx_t *ctx = (crypto_ctx_t *)context;
887 crypto_decrypt_single(crypto_context_t context, crypto_data_t *ciphertext,
890 crypto_ctx_t *ctx = (crypto_ctx_t *)context;