Searched refs:aes_xts_setkey (Results 1 – 10 of 10) sorted by relevance
/openbsd/regress/sys/crypto/aesxts/ |
H A D | aes_xts.c | 45 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 D | aes_xts.h | 33 int aes_xts_setkey(struct aes_xts_ctx *, u_int8_t *, int);
|
H A D | aes_xts.c | 87 aes_xts_setkey(struct aes_xts_ctx *ctx, u_int8_t *key, int len) in aes_xts_setkey() function
|
/openbsd/sys/crypto/ |
H A D | xform.c | 77 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 D | softraid_i386.c | 358 aes_xts_setkey(&ctx, (u_char *)bv->sbv_keys, 64); in sr_strategy()
|
/openbsd/sys/arch/sparc64/stand/ofwboot/ |
H A D | softraid_sparc64.c | 375 aes_xts_setkey(&ctx, (u_char *)bv->sbv_keys, 64); in sr_strategy()
|
/openbsd/sys/arch/amd64/stand/libsa/ |
H A D | softraid_amd64.c | 365 aes_xts_setkey(&ctx, (u_char *)bv->sbv_keys, 64); in sr_strategy()
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | softraid_arm64.c | 357 aes_xts_setkey(&ctx, (u_char *)bv->sbv_keys, 64); in sr_strategy()
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | softraid_riscv64.c | 357 aes_xts_setkey(&ctx, (u_char *)bv->sbv_keys, 64); in sr_strategy()
|
/openbsd/sys/dev/ |
H A D | softraid.c | 5177 aes_xts_setkey(&ctx, my->srd->mds.mdd_crypto.scr_key[0], 64); in sr_hibernate_io()
|