Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_digestmd5.c196 typedef struct cipher_context_t { struct
199 } cipher_context_t; argument
206 cipher_context_t *cph_ctx; /* cipher context */
944 cipher_context_destroy(cipher_context_t *ctx) in cipher_context_destroy()
1005 static cipher_context_t *
1030 cipher_context_t *ctx; /* cipher context */ in cipher_context_create()
1138 get_padlen(cipher_context_t *ctx, size_t inlen) in get_padlen()
1186 cipher_update(cipher_context_t *ctx, void *in, size_t inlen) in cipher_update()