Home
last modified time | relevance | path

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

/providers/implementations/kem/
A Drsa_kem.c.in61 int op; member
99 prsactx->op = KEM_OP_RSASVE;
203 (['KEM_PARAM_OPERATION', 'op', 'utf8_string'],
211 int op; local
220 if (p.op != NULL) {
221 if (p.op->data_type != OSSL_PARAM_UTF8_STRING)
223 op = rsakem_opname2id(p.op->data);
224 if (op < 0)
226 prsactx->op = op;
408 switch (prsactx->op) {
[all …]
A Dml_kem_kem.c.in41 int op; member
53 ctx->op = 0;
66 static int ml_kem_init(void *vctx, int op, void *key, argument
74 ctx->op = op;
114 if (ctx->op == EVP_PKEY_OP_DECAPSULATE && ctx->entropy != NULL) {
121 if (ctx->op == EVP_PKEY_OP_ENCAPSULATE && p.ikme != NULL) {
A Dmlx_kem.c35 int op; member
47 ctx->op = 0; in mlx_kem_newctx()
56 static int mlx_kem_init(void *vctx, int op, void *key, in mlx_kem_init() argument
64 ctx->op = op; in mlx_kem_init()
A Dtemplate_kem.c48 int op; member
91 ctx->op = operation; in template_init()
A Decx_kem.c.in58 unsigned int op; member
220 ctx->op = operation;
249 (['KEM_PARAM_OPERATION', 'op', 'utf8_string'],
275 if (p.op != NULL) {
276 if (p.op->data_type != OSSL_PARAM_UTF8_STRING)
278 mode = ossl_eckem_modename2id(p.op->data);
A Dec_kem.c.in49 unsigned int op; member
263 ctx->op = operation;
293 (['KEM_PARAM_OPERATION', 'op', 'utf8_string'],
320 if (p.op != NULL) {
321 if (p.op->data_type != OSSL_PARAM_UTF8_STRING)
323 mode = ossl_eckem_modename2id(p.op->data);
/providers/implementations/storemgmt/
A Dwinstore_store.c.in181 /* No-op. */

Completed in 19 milliseconds