OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PROV_CIPHER_CTX
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h
33
typedef struct prov_cipher_ctx_st
PROV_CIPHER_CTX
;
35
typedef int(PROV_CIPHER_HW_FN)(
PROV_CIPHER_CTX
*dat, unsigned char *out,
103
int (*init)(
PROV_CIPHER_CTX
*dat, const uint8_t *key, size_t keylen);
105
void (*copyctx)(
PROV_CIPHER_CTX
*dst, const
PROV_CIPHER_CTX
*src);
108
void ossl_cipher_generic_reset_ctx(
PROV_CIPHER_CTX
*ctx);
246
static int cipher_hw_##NAME##_##MODE##_cipher(
PROV_CIPHER_CTX
*ctx, \
267
static int cipher_hw_##NAME##_##MODE##_cipher(
PROV_CIPHER_CTX
*ctx, \
282
static int cipher_hw_##NAME##_##MODE##_cipher(
PROV_CIPHER_CTX
*ctx, \
300
static int cipher_hw_##NAME##_##MODE##_cipher(
PROV_CIPHER_CTX
*ctx,
[
all
...]
/src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h
29
typedef struct prov_cipher_ctx_st
PROV_CIPHER_CTX
;
31
typedef int (PROV_CIPHER_HW_FN)(
PROV_CIPHER_CTX
*dat, unsigned char *out,
99
int (*init)(
PROV_CIPHER_CTX
*dat, const uint8_t *key, size_t keylen);
101
void (*copyctx)(
PROV_CIPHER_CTX
*dst, const
PROV_CIPHER_CTX
*src);
104
void ossl_cipher_generic_reset_ctx(
PROV_CIPHER_CTX
*ctx);
237
static int cipher_hw_##NAME##_##MODE##_cipher(
PROV_CIPHER_CTX
*ctx, \
258
static int cipher_hw_##NAME##_##MODE##_cipher(
PROV_CIPHER_CTX
*ctx, \
273
static int cipher_hw_##NAME##_##MODE##_cipher(
PROV_CIPHER_CTX
*ctx, \
291
static int cipher_hw_##NAME##_##MODE##_cipher(
PROV_CIPHER_CTX
*ctx,
[
all
...]
Completed in 33 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026