Searched refs:blf_cbc_decrypt (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libc/hidden/
H A Dblf.h29 PROTO_NORMAL(blf_cbc_decrypt); variable
/openbsd-current/include/
H A Dblf.h74 void blf_cbc_decrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
/openbsd-current/sys/crypto/
H A Dblf.h78 void blf_cbc_decrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
H A Dblf.c602 blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) function
/openbsd-current/sys/lib/libsa/
H A Dblowfish.h74 void blf_cbc_decrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
H A Dblowfish.c593 blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) function
/openbsd-current/lib/libc/crypt/
H A Dblowfish.c605 blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) function
644 DEF_WEAK(blf_cbc_decrypt); variable
/openbsd-current/sys/dev/
H A Dvnd.c134 blf_cbc_decrypt(sc->sc_keyctx, iv, addr, bsize);

Completed in 79 milliseconds