Lines Matching defs:key
303 const unsigned char *key,
349 * (encrypt vs. decrypt): it is possible to setup a key for encryption
356 status = psa_import_key(&attributes, key, key_bytelen,
368 /* Indicate that we own the key slot and need to
388 * For OFB, CFB and CTR mode always use the encryption key schedule
394 return mbedtls_cipher_get_base(ctx->cipher_info)->setkey_enc_func(ctx->cipher_ctx, key,
399 return mbedtls_cipher_get_base(ctx->cipher_info)->setkey_dec_func(ctx->cipher_ctx, key,
404 return mbedtls_cipher_get_base(ctx->cipher_info)->setkey_enc_func(ctx->cipher_ctx, key,
1317 * a key has been set. If not, the key slot will
1412 * a key has been set. If not, the key slot will
1489 * a key has been set. If not, the key slot will