Searched refs:peddsactx (Results 1 – 1 of 1) sorted by relevance
70 PROV_EDDSA_CTX *peddsactx; in eddsa_newctx() local75 peddsactx = OPENSSL_zalloc(sizeof(PROV_EDDSA_CTX)); in eddsa_newctx()76 if (peddsactx == NULL) { in eddsa_newctx()81 peddsactx->libctx = PROV_LIBCTX_OF(provctx); in eddsa_newctx()83 return peddsactx; in eddsa_newctx()90 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in eddsa_digest_signverify_init() local104 if (peddsactx->key != NULL) in eddsa_digest_signverify_init()123 peddsactx->aid_len = 0; in eddsa_digest_signverify_init()124 ret = WPACKET_init_der(&pkt, peddsactx->aid_buf, sizeof(peddsactx->aid_buf)); in eddsa_digest_signverify_init()140 WPACKET_get_total_written(&pkt, &peddsactx->aid_len); in eddsa_digest_signverify_init()[all …]