HomeSort by: relevance | last modified time | path
    Searched refs:priv_magic (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
ml_common_codecs.h 77 uint32_t priv_magic; /* Interior tag + len for the key */ member in struct:__anon530
ml_dsa_codecs.c 489 if (magic != p8fmt->priv_magic)
634 pos = OPENSSL_store_u32_be(pos, p8fmt->priv_magic);
ml_kem_codecs.c 356 if (magic != p8fmt->priv_magic)
523 pos = OPENSSL_store_u32_be(pos, p8fmt->priv_magic);

Completed in 24 milliseconds