Home
last modified time | relevance | path

Searched refs:aes_xts_setkey (Results 1 – 10 of 10) sorted by relevance

/openbsd/regress/sys/crypto/aesxts/
H A Daes_xts.c45 int aes_xts_setkey(void *, u_int8_t *, int);
1756 if (aes_xts_setkey(&ctx, key, klen) < 0) in do_aes_xts()
/openbsd/sys/lib/libsa/
H A Daes_xts.h33 int aes_xts_setkey(struct aes_xts_ctx *, u_int8_t *, int);
H A Daes_xts.c87 aes_xts_setkey(struct aes_xts_ctx *ctx, u_int8_t *key, int len) in aes_xts_setkey() function
/openbsd/sys/crypto/
H A Dxform.c77 int aes_xts_setkey(void *, u_int8_t *, int);
199 aes_xts_setkey,
529 aes_xts_setkey(void *sched, u_int8_t *key, int len) in aes_xts_setkey() function
/openbsd/sys/arch/i386/stand/libsa/
H A Dsoftraid_i386.c358 aes_xts_setkey(&ctx, (u_char *)bv->sbv_keys, 64); in sr_strategy()
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dsoftraid_sparc64.c375 aes_xts_setkey(&ctx, (u_char *)bv->sbv_keys, 64); in sr_strategy()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dsoftraid_amd64.c365 aes_xts_setkey(&ctx, (u_char *)bv->sbv_keys, 64); in sr_strategy()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Dsoftraid_arm64.c357 aes_xts_setkey(&ctx, (u_char *)bv->sbv_keys, 64); in sr_strategy()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Dsoftraid_riscv64.c357 aes_xts_setkey(&ctx, (u_char *)bv->sbv_keys, 64); in sr_strategy()
/openbsd/sys/dev/
H A Dsoftraid.c5177 aes_xts_setkey(&ctx, my->srd->mds.mdd_crypto.scr_key[0], 64); in sr_hibernate_io()