Searched refs:PEM_ENCODE_SEAL_CTX (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/pem/
H A Dpem_seal.c70 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type,
121 void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl,
145 int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl,
H A Dpem.h148 } PEM_ENCODE_SEAL_CTX; typedef in typeref:struct:PEM_Encode_Seal_st
431 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type,
434 void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl,
436 int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl,

Completed in 49 milliseconds