Searched refs:op (Results 1 – 7 of 7) sorted by relevance
| /providers/implementations/kem/ |
| A D | rsa_kem.c.in | 61 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 D | ml_kem_kem.c.in | 41 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 D | mlx_kem.c | 35 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 D | template_kem.c | 48 int op; member 91 ctx->op = operation; in template_init()
|
| A D | ecx_kem.c.in | 58 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 D | ec_kem.c.in | 49 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 D | winstore_store.c.in | 181 /* No-op. */
|
Completed in 19 milliseconds